mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: blur editor on back
This commit is contained in:
committed by
Abdullah Atta
parent
8496423b50
commit
46565aa45c
@@ -247,6 +247,7 @@ export const useEditorEvents = (
|
||||
}
|
||||
editorState().currentlyEditing = false;
|
||||
// editor.reset(); Notes remain open.
|
||||
editor.commands?.blur(useTabStore.getState().currentTab);
|
||||
setTimeout(async () => {
|
||||
if (deviceMode !== "mobile" && fullscreen) {
|
||||
if (fullscreen) {
|
||||
|
||||
Reference in New Issue
Block a user