diff --git a/apps/web/src/stores/editor-store.js b/apps/web/src/stores/editor-store.js index 074eab090..2b08f45fe 100644 --- a/apps/web/src/stores/editor-store.js +++ b/apps/web/src/stores/editor-store.js @@ -151,6 +151,7 @@ class EditorStore extends BaseStore { }; }); noteStore.setSelectedNote(0); + this.toggleProperties(false); if (shouldNavigate) hashNavigate(`/`, true); };