refresh Zotero Commons buckets
This commit is contained in:
parent
5004450791
commit
44999580e6
1 changed files with 3 additions and 1 deletions
|
@ -387,7 +387,9 @@ Zotero.CollectionTreeView.prototype.notify = function(action, type, ids)
|
|||
this.rememberSelection(savedSelection);
|
||||
}
|
||||
else if (action == 'modify' || action == 'refresh') {
|
||||
this.reload();
|
||||
if (type != 'bucket') {
|
||||
this.reload();
|
||||
}
|
||||
this.rememberSelection(savedSelection);
|
||||
}
|
||||
else if(action == 'add')
|
||||
|
|
Loading…
Reference in a new issue