Skip to content

Commit

Permalink
Fix multi-tag insert mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Dec 8, 2016
1 parent eaa7588 commit 9872046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/zotero/bindings/tagsbox.xml
Expand Up @@ -703,7 +703,7 @@
}
}
this.item.addTags(tags);
tags.forEach(tag => this.item.addTag(tag));
yield this.item.saveTx();
if (lastTag) {
Expand Down

0 comments on commit 9872046

Please sign in to comment.