web: close properties pane when note is switched (#2486)

This commit is contained in:
Muhammad Ali
2023-05-06 16:16:01 +05:00
committed by GitHub
parent 5738f48360
commit 73b965eb7c

View File

@@ -156,6 +156,7 @@ class EditorStore extends BaseStore {
}
});
appStore.setIsEditorOpen(true);
this.toggleProperties(false);
};
saveSession = async (sessionId, session) => {