From 7c844f9d9a0920c8203ac7e117ae28ac6f8c16e1 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 19 Nov 2025 20:10:31 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/16379 --- app/src/search/util.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/search/util.ts b/app/src/search/util.ts index ceaf0ce57..88aea9892 100644 --- a/app/src/search/util.ts +++ b/app/src/search/util.ts @@ -819,7 +819,7 @@ export const genSearch = (app: App, config: Config.IUILayoutTabSearchConfig, ele openFileById({ app, id, - action, + action: [...action, Constants.CB_GET_HL], zoomIn, position: "right" }); @@ -859,7 +859,7 @@ export const genSearch = (app: App, config: Config.IUILayoutTabSearchConfig, ele openFileById({ app, id, - action, + action: [...action, Constants.CB_GET_HL], zoomIn }); if (closeCB) {