Fix multi-tag insert mode
This commit is contained in:
parent
eaa758870e
commit
98720462fe
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
this.item.addTags(tags);
|
||||
tags.forEach(tag => this.item.addTag(tag));
|
||||
yield this.item.saveTx();
|
||||
|
||||
if (lastTag) {
|
||||
|
|
Loading…
Add table
Reference in a new issue