mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-23 00:36:10 +01:00
💄
This commit is contained in:
parent
ced21341d2
commit
eb2b45b175
1 changed files with 3 additions and 1 deletions
|
|
@ -315,7 +315,9 @@ export const bindCardEvent = async (options: {
|
|||
fetchNewRound();
|
||||
},
|
||||
}).element);
|
||||
window.siyuan.menus.menu.append(new MenuItem({type: "separator"}).element);
|
||||
if (response.data.length > 0) {
|
||||
window.siyuan.menus.menu.append(new MenuItem({type: "separator"}).element);
|
||||
}
|
||||
}
|
||||
response.data.forEach((deck: { id: string, name: string }) => {
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue