mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
This commit is contained in:
parent
7c844f9d9a
commit
a56e8b1f1a
1 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ export const searchKeydown = (app: App, event: KeyboardEvent) => {
|
|||
app,
|
||||
id,
|
||||
position: "right",
|
||||
action,
|
||||
action: [...action, Constants.CB_GET_HL],
|
||||
zoomIn
|
||||
});
|
||||
if (dialog) {
|
||||
|
|
@ -225,7 +225,7 @@ export const searchKeydown = (app: App, event: KeyboardEvent) => {
|
|||
openFileById({
|
||||
app,
|
||||
id,
|
||||
action,
|
||||
action: [...action, Constants.CB_GET_HL],
|
||||
zoomIn
|
||||
});
|
||||
if (dialog) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue