diff --git a/chrome/content/zotero/collectionTree.jsx b/chrome/content/zotero/collectionTree.jsx index c5e2f21f91..bb92122256 100644 --- a/chrome/content/zotero/collectionTree.jsx +++ b/chrome/content/zotero/collectionTree.jsx @@ -839,6 +839,7 @@ var CollectionTree = class CollectionTree extends LibraryTree { * @param ids {String[]} list of row ids to be highlighted */ async setHighlightedRows(ids) { + if (this._editing) return; try { this._highlightedRows = new Set();