diff --git a/app/src/util/globalShortcut.ts b/app/src/util/globalShortcut.ts index ec7edd121..084ecf00d 100644 --- a/app/src/util/globalShortcut.ts +++ b/app/src/util/globalShortcut.ts @@ -822,6 +822,7 @@ const fileTreeKeydown = (event: KeyboardEvent) => { const tab = getInstanceById(element.getAttribute("data-id")) as Tab; if (tab && tab.model instanceof Editor) { tab.model.editor.protyle.wysiwyg.element.blur(); + tab.model.editor.protyle.title.editElement.blur(); files.selectItem(tab.model.editor.protyle.notebookId, tab.model.editor.protyle.path); } }