commit 98720462feff0dc3df5b457d908e232de67241ac parent eaa758870ea8b0966f7d7b6ea4e9d640cc5cd591 Author: Dan Stillman <dstillman@zotero.org> Date: Thu, 8 Dec 2016 06:57:05 -0500 Fix multi-tag insert mode Diffstat:
| M | chrome/content/zotero/bindings/tagsbox.xml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/bindings/tagsbox.xml b/chrome/content/zotero/bindings/tagsbox.xml @@ -703,7 +703,7 @@ } } - this.item.addTags(tags); + tags.forEach(tag => this.item.addTag(tag)); yield this.item.saveTx(); if (lastTag) {