Vanessa 2025-11-19 20:29:40 +08:00
parent 7c844f9d9a
commit a56e8b1f1a

View file

@ -104,7 +104,7 @@ export const searchKeydown = (app: App, event: KeyboardEvent) => {
app, app,
id, id,
position: "right", position: "right",
action, action: [...action, Constants.CB_GET_HL],
zoomIn zoomIn
}); });
if (dialog) { if (dialog) {
@ -225,7 +225,7 @@ export const searchKeydown = (app: App, event: KeyboardEvent) => {
openFileById({ openFileById({
app, app,
id, id,
action, action: [...action, Constants.CB_GET_HL],
zoomIn zoomIn
}); });
if (dialog) { if (dialog) {