mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 03:40:15 +01:00
parent
95a2bd0a83
commit
bf1172b05e
2 changed files with 15 additions and 2 deletions
|
|
@ -239,7 +239,8 @@ export const genSearch = (app: App, config: Config.IUILayoutTabSearchConfig, ele
|
|||
blockId: "",
|
||||
render: {
|
||||
gutter: true,
|
||||
breadcrumbDocName: true
|
||||
breadcrumbDocName: true,
|
||||
title: true
|
||||
},
|
||||
});
|
||||
edit.resize();
|
||||
|
|
@ -247,7 +248,8 @@ export const genSearch = (app: App, config: Config.IUILayoutTabSearchConfig, ele
|
|||
blockId: "",
|
||||
render: {
|
||||
gutter: true,
|
||||
breadcrumbDocName: true
|
||||
breadcrumbDocName: true,
|
||||
title: true
|
||||
},
|
||||
});
|
||||
unRefEdit.resize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue