mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-29 11:46:09 +01:00
🚨
This commit is contained in:
parent
4868392491
commit
9ffb1e20cf
2 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ export const openSearch = async (hotkey: string, key?: string, notebookId?: stri
|
|||
paragraph: window.siyuan.config.search.paragraph,
|
||||
};
|
||||
}
|
||||
let hPath = localData;
|
||||
let hPath = "";
|
||||
let idPath: string[] = [];
|
||||
if (notebookId) {
|
||||
hPath = escapeHtml(getNotebookName(notebookId));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue