mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-13 16:06:13 +01:00
This commit is contained in:
parent
fb8125509f
commit
0e04a0a4e3
3 changed files with 90 additions and 14 deletions
|
|
@ -95,7 +95,7 @@ export const openSearch = async (hotkey: string, key?: string, notebookId?: stri
|
|||
idPath,
|
||||
group: localData.group,
|
||||
sort: localData.sort,
|
||||
types: localData.types,
|
||||
types: Object.assign({}, localData.types),
|
||||
page: key ? 1 : localData.page
|
||||
}, dialog.element.querySelector(".b3-dialog__container").lastElementChild, () => {
|
||||
dialog.destroy();
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ export const openGlobalSearch = (text: string, replace: boolean) => {
|
|||
idPath: [],
|
||||
group: localData.group,
|
||||
sort: localData.sort,
|
||||
types: localData.types,
|
||||
types: Object.assign({}, localData.types),
|
||||
removed: localData.removed,
|
||||
page: 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue