diff --git a/chrome/content/zotero/xpcom/collectionTreeView.js b/chrome/content/zotero/xpcom/collectionTreeView.js index e0978ee207..283fe037d2 100644 --- a/chrome/content/zotero/xpcom/collectionTreeView.js +++ b/chrome/content/zotero/xpcom/collectionTreeView.js @@ -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')