mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
This commit is contained in:
parent
c6b3083a24
commit
e4a77c955c
2 changed files with 25 additions and 16 deletions
|
|
@ -225,7 +225,7 @@ export const openCardByData = (cardsData: {
|
|||
filterElement.setAttribute("data-id", toPath[0] === "/" ? toNotebook[0] : getDisplayName(toPath[0], true))
|
||||
filterElement.setAttribute("data-cardtype", toPath[0] === "/" ? "notebook" : "doc")
|
||||
fetchNewRound();
|
||||
})
|
||||
}, [], undefined, window.siyuan.languages.specifyPath, true)
|
||||
}
|
||||
}).element);
|
||||
window.siyuan.menus.menu.append(new MenuItem({type: "separator"}).element);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue