Fix tag pane refresh after adding tag to item
This commit is contained in:
parent
d090f85fac
commit
3c04d3ea44
|
@ -397,7 +397,7 @@ Zotero.Tag.prototype.save = function () {
|
|||
//Zotero.Notifier.trigger('add', 'tag-item', this.id + '-' + itemID);
|
||||
|
||||
// TODO: notify linked items of name changes?
|
||||
// Zotero.Notifier.trigger('modify', 'item', itemIDs);
|
||||
Zotero.Notifier.trigger('modify', 'item', removed.concat(newids));
|
||||
}
|
||||
|
||||
Zotero.DB.commitTransaction();
|
||||
|
|
Loading…
Reference in New Issue
Block a user