Update tags-box count when empty row is removed
This commit is contained in:
parent
d62c9e217b
commit
9892601153
1 changed files with 1 additions and 0 deletions
|
@ -461,6 +461,7 @@
|
||||||
// Remove empty row at end
|
// Remove empty row at end
|
||||||
if (isNew && value === "") {
|
if (isNew && value === "") {
|
||||||
row.parentNode.removeChild(row);
|
row.parentNode.removeChild(row);
|
||||||
|
this.updateCount();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue