mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 16:28:49 +01:00
This commit is contained in:
parent
d6c87d0e1d
commit
5c37dca6b2
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ export const genSearch = (config: ISearchOption, element: Element, closeCB?: ()
|
|||
hPathList.push(escapeHtml(getNotebookName(toNotebook[index])));
|
||||
} else {
|
||||
enableIncludeChild = true;
|
||||
config.idPath.push(pathPosix().join(toNotebook[index], item));
|
||||
config.idPath.push(pathPosix().join(toNotebook[index], item.replace(".sy", "")));
|
||||
}
|
||||
});
|
||||
if (response.data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue