diff --git a/chrome/content/zotero/collectionTree.jsx b/chrome/content/zotero/collectionTree.jsx index c2639226d8..5a785e6a9f 100644 --- a/chrome/content/zotero/collectionTree.jsx +++ b/chrome/content/zotero/collectionTree.jsx @@ -810,6 +810,7 @@ var CollectionTree = class CollectionTree extends LibraryTree { this._removeRow(row); this._removeRow(row - 1); } + this._refreshRowMap(); } // If there's an active filter, we can have a child matching filter be deleted // which means the non-matching parent needs to be removed, so the tree is rebuilt