mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
This commit is contained in:
parent
2ac1347797
commit
9d429a2e7c
2 changed files with 10 additions and 4 deletions
|
|
@ -164,7 +164,7 @@ export const openCard = () => {
|
|||
rating: parseInt(type)
|
||||
}, () => {
|
||||
index++;
|
||||
editor.protyle.element.classList.remove("b3-dialog__cardblock--hide");
|
||||
editor.protyle.element.classList.add("b3-dialog__cardblock--hide");
|
||||
if (index > blocks.length - 1) {
|
||||
countElement.classList.add("fn__none");
|
||||
editor.protyle.element.classList.add("fn__none");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue