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:
@@ -43,7 +43,7 @@ export class SelectedItemsController extends AbstractViewController {
|
||||
})
|
||||
}
|
||||
|
||||
public setServicestPostConstruction(itemListController: ItemListController, notesController: NotesController) {
|
||||
public setServicesPostConstruction(itemListController: ItemListController, notesController: NotesController) {
|
||||
this.itemListController = itemListController
|
||||
this.notesController = notesController
|
||||
|
||||
|
||||
Reference in New Issue
Block a user