mirror of
https://github.com/zotero/zotero.git
synced 2026-09-20 00:12:49 +00:00
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