mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
fix: properties should close when editor is closed
This commit is contained in:
@@ -151,6 +151,7 @@ class EditorStore extends BaseStore {
|
||||
};
|
||||
});
|
||||
noteStore.setSelectedNote(0);
|
||||
this.toggleProperties(false);
|
||||
if (shouldNavigate) hashNavigate(`/`, true);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user