mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-11 17:54:20 +01:00
🚨
This commit is contained in:
parent
801f665c90
commit
b6a4566670
11 changed files with 26 additions and 26 deletions
|
|
@ -138,7 +138,7 @@ export const initWindowEvent = (app: App) => {
|
|||
zoomIn,
|
||||
});
|
||||
window.siyuan.menus.menu.remove();
|
||||
})
|
||||
});
|
||||
}
|
||||
event.stopImmediatePropagation();
|
||||
event.preventDefault();
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ export const searchKeydown = (app: App, event: KeyboardEvent) => {
|
|||
if (dialog) {
|
||||
dialog.destroy({focus: "false"});
|
||||
}
|
||||
})
|
||||
});
|
||||
return true;
|
||||
}
|
||||
const id = currentList.getAttribute("data-node-id");
|
||||
|
|
@ -206,7 +206,7 @@ export const searchKeydown = (app: App, event: KeyboardEvent) => {
|
|||
if (dialog) {
|
||||
dialog.destroy({focus: "false"});
|
||||
}
|
||||
})
|
||||
});
|
||||
}
|
||||
} else {
|
||||
/// #if !BROWSER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue