feat: You can now select an existing tag to automatically add imported notes to (#2663)

This commit is contained in:
Aman Harwara
2023-11-29 22:28:04 +05:30
committed by GitHub
parent c9c3c394e5
commit eb75329fb4
5 changed files with 159 additions and 26 deletions

View File

@@ -391,6 +391,9 @@ export class WebDependencies extends DependencyContainer {
this.get<NavigationController>(Web_TYPES.NavigationController),
application.items,
application.mutator,
this.get<LinkingController>(Web_TYPES.LinkingController),
application.preferences,
application.events,
)
})