mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-02 23:08:49 +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) {
|
if (data.refCount === 0) {
|
||||||
item.removeAttribute("refcount")
|
item.removeAttribute("refcount");
|
||||||
} else {
|
} else {
|
||||||
item.setAttribute("refcount", data.refCount.toString())
|
item.setAttribute("refcount", data.refCount.toString());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue