mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-04-24 11:59:40 -05:00
🚨
This commit is contained in:
@@ -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());
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user