mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
💄
This commit is contained in:
parent
e2df24348e
commit
1c718398a2
1 changed files with 1 additions and 1 deletions
|
|
@ -547,7 +547,7 @@ const allDone = (countElement: Element, editor: Protyle, actionElements: NodeLis
|
|||
};
|
||||
|
||||
const newRound = (countElement: Element, editor: Protyle, actionElements: NodeListOf<Element>, unreviewedCount: number) => {
|
||||
countElement.classList.add("fn__none");
|
||||
countElement.parentElement.classList.add("fn__none");
|
||||
editor.protyle.element.classList.add("fn__none");
|
||||
const emptyElement = editor.protyle.element.nextElementSibling;
|
||||
emptyElement.innerHTML = `<div>♻️ </div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue