mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 08:30:12 +01:00
🚨
This commit is contained in:
parent
6ff0473c41
commit
3cd7d9fd3e
1 changed files with 2 additions and 2 deletions
|
|
@ -202,9 +202,9 @@ export const setDefRefCount = (data: {
|
|||
}
|
||||
}
|
||||
if (data.refCount === 0) {
|
||||
item.removeAttribute("refcount")
|
||||
item.removeAttribute("refcount");
|
||||
} else {
|
||||
item.setAttribute("refcount", data.refCount.toString())
|
||||
item.setAttribute("refcount", data.refCount.toString());
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue