fix: exception when locking app
This commit is contained in:
@@ -154,7 +154,7 @@ class NotesViewCtrl extends PureViewCtrl<{}, NotesState> {
|
|||||||
|
|
||||||
/** @template */
|
/** @template */
|
||||||
public get activeEditorNote() {
|
public get activeEditorNote() {
|
||||||
return this.appState.getActiveEditor()?.note;
|
return this.appState?.getActiveEditor()?.note;
|
||||||
}
|
}
|
||||||
|
|
||||||
public get editorNotes() {
|
public get editorNotes() {
|
||||||
|
|||||||
Reference in New Issue
Block a user