mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
This commit is contained in:
parent
d615ddaa97
commit
7c844f9d9a
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue