fix: unable to add children to favorited tag; remove expand-on-click; render arrow before title (#1931)

This commit is contained in:
Mo
2022-11-03 09:38:31 -05:00
committed by GitHub
parent 63c10c703f
commit 5bb4435c5b
8 changed files with 96 additions and 134 deletions

View File

@@ -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()