diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 6ab5917029..b05b34c166 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -1519,6 +1519,7 @@ var ZoteroPane = new function() // Remove virtual duplicates collection if (itemGroup.isDuplicates()) { this.setVirtual(itemGroup.ref.libraryID, 'duplicates', false); + return; } // Remove virtual unfiled collection else if (itemGroup.isUnfiled()) {