mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
web: close properties pane when note is switched (#2486)
This commit is contained in:
@@ -156,6 +156,7 @@ class EditorStore extends BaseStore {
|
||||
}
|
||||
});
|
||||
appStore.setIsEditorOpen(true);
|
||||
this.toggleProperties(false);
|
||||
};
|
||||
|
||||
saveSession = async (sessionId, session) => {
|
||||
|
||||
Reference in New Issue
Block a user