diff --git a/chrome/content/zotero/xpcom/itemTreeView.js b/chrome/content/zotero/xpcom/itemTreeView.js index a39972dfa..78195c695 100644 --- a/chrome/content/zotero/xpcom/itemTreeView.js +++ b/chrome/content/zotero/xpcom/itemTreeView.js @@ -796,12 +796,12 @@ Zotero.ItemTreeView.prototype.notify = Zotero.Promise.coroutine(function* (actio // Otherwise re-run the quick search, which refreshes the item list else { - // For item adds, clear the quicksearch, unless all the new items - // are child items + // For item adds, clear the quicksearch, unless all the new items have skipSelect or are + // child items if (activeWindow && type == 'item') { let clear = false; for (let i=0; i