mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 12:41:45 +02:00
fix: save opened note id in local storage
This commit is contained in:
@@ -71,6 +71,9 @@ class EditorStore extends BaseStore {
|
||||
};
|
||||
});
|
||||
noteStore.setSelectedNote(note.id);
|
||||
|
||||
if (note.locked) return;
|
||||
saveLastOpenedNote(note.id);
|
||||
};
|
||||
|
||||
saveSession = (oldSession) => {
|
||||
|
||||
Reference in New Issue
Block a user