From a56e8b1f1a73ed0d03ecbd73129e1f2241913f45 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 19 Nov 2025 20:29:40 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/16379 --- app/src/boot/globalEvent/searchKeydown.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/boot/globalEvent/searchKeydown.ts b/app/src/boot/globalEvent/searchKeydown.ts index 1c05df0c6..60d3903e2 100644 --- a/app/src/boot/globalEvent/searchKeydown.ts +++ b/app/src/boot/globalEvent/searchKeydown.ts @@ -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) {