This commit is contained in:
parent
72593726d6
commit
77af16219f
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue