Fix multi-tag insert mode

This commit is contained in:
Dan Stillman 2016-12-08 06:57:05 -05:00
parent eaa758870e
commit 98720462fe

View file

@ -703,7 +703,7 @@
}
}
this.item.addTags(tags);
tags.forEach(tag => this.item.addTag(tag));
yield this.item.saveTx();
if (lastTag) {