mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-08 05:32:33 +01:00
🚨
This commit is contained in:
parent
46b004129d
commit
eb0a3fc4e8
4 changed files with 6 additions and 6 deletions
|
|
@ -722,7 +722,7 @@ export const genImportMenu = (notebookId: string, pathString: string) => {
|
|||
files = (getDockByType("file").data["file"] as Files);
|
||||
/// #endif
|
||||
const liElement = files.element.querySelector(`[data-path="${pathString}"]`);
|
||||
liElement.querySelector(".b3-list-item__toggle").classList.remove("fn__hidden")
|
||||
liElement.querySelector(".b3-list-item__toggle").classList.remove("fn__hidden");
|
||||
files.getLeaf(liElement, notebookId, true);
|
||||
window.siyuan.menus.menu.remove();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue