🚨
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
Reference in a new issue