fix: unable to add children to favorited tag; remove expand-on-click; render arrow before title (#1931)
This commit is contained in:
@@ -247,7 +247,7 @@ export class LinkingController extends AbstractViewController {
|
||||
this.setIsLinkingPanelOpen(false)
|
||||
|
||||
if (item instanceof SNTag) {
|
||||
await this.navigationController.setSelectedTag(item)
|
||||
await this.navigationController.setSelectedTag(item, 'all')
|
||||
return AppPaneId.Items
|
||||
} else if (item instanceof SNNote) {
|
||||
await this.navigationController.selectHomeNavigationView()
|
||||
|
||||
Reference in New Issue
Block a user