diff --git a/app/src/util/globalShortcut.ts b/app/src/util/globalShortcut.ts index e2f5d2b21..cc79d929d 100644 --- a/app/src/util/globalShortcut.ts +++ b/app/src/util/globalShortcut.ts @@ -801,6 +801,7 @@ const fileTreeKeydown = (event: KeyboardEvent) => { files.selectItem(tab.model.editor.protyle.notebookId, tab.model.editor.protyle.path); } } + dockFile.toggleModel("file", true); return; } if (!files.element.previousElementSibling.classList.contains("block__icons--active")) {