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,
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) {