diff --git a/chrome/content/zotero/xpcom/annotations.js b/chrome/content/zotero/xpcom/annotations.js index 366f436034..db83e4a028 100644 --- a/chrome/content/zotero/xpcom/annotations.js +++ b/chrome/content/zotero/xpcom/annotations.js @@ -231,6 +231,10 @@ Zotero.Annotations = new function () { } } + // Don't try to select annotation, which would clear an active quick search (at least + // until annotations are visible in the items list) + saveOptions.skipSelect = true; + await item.saveTx(saveOptions); return item;