diff --git a/apps/mobile/app/screens/editor/tiptap/use-editor-events.ts b/apps/mobile/app/screens/editor/tiptap/use-editor-events.ts index 91750d879..a90088a0e 100644 --- a/apps/mobile/app/screens/editor/tiptap/use-editor-events.ts +++ b/apps/mobile/app/screens/editor/tiptap/use-editor-events.ts @@ -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) {