This commit is contained in:
Vanessa 2022-07-10 17:40:46 +08:00
parent 7964d2e48f
commit e7a82fbad1

View file

@ -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")) {