mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 15: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,
|
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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue