mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
e6658073eb
commit
b1568db827
3 changed files with 10 additions and 3 deletions
|
|
@ -106,7 +106,7 @@ export const openDiffCard = (nodeElement: Element[]) => {
|
|||
deckID: target.parentElement.getAttribute("data-id"),
|
||||
blockIDs: ids
|
||||
}, () => {
|
||||
|
||||
showMessage(window.siyuan.languages.addDeck)
|
||||
})
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
|
|
@ -116,7 +116,7 @@ export const openDiffCard = (nodeElement: Element[]) => {
|
|||
deckID: target.parentElement.getAttribute("data-id"),
|
||||
blockIDs: ids
|
||||
}, () => {
|
||||
|
||||
showMessage(window.siyuan.languages.removeDeck)
|
||||
})
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue