fix: don't deselect active note if in user created view (#1081)
* fix: don't deselect active note if in user created view * fix: typo * feat: add utility functions fix: mobx warning * fix: react crash * fix: tag change selection * feat: add item reload source
This commit is contained in:
@@ -82,9 +82,9 @@ export class ViewControllerManager {
|
||||
this.eventBus,
|
||||
)
|
||||
|
||||
this.notesController.setServicestPostConstruction(this.itemListController)
|
||||
this.noteTagsController.setServicestPostConstruction(this.itemListController)
|
||||
this.selectionController.setServicestPostConstruction(this.itemListController, this.notesController)
|
||||
this.notesController.setServicesPostConstruction(this.itemListController)
|
||||
this.noteTagsController.setServicesPostConstruction(this.itemListController)
|
||||
this.selectionController.setServicesPostConstruction(this.itemListController, this.notesController)
|
||||
|
||||
this.noAccountWarningController = new NoAccountWarningController(application, this.eventBus)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user