diff --git a/chrome/content/zotero/containers/tagSelector.jsx b/chrome/content/zotero/containers/tagSelector.jsx index 098a3a0e09..e6d4197fd6 100644 --- a/chrome/content/zotero/containers/tagSelector.jsx +++ b/chrome/content/zotero/containers/tagSelector.jsx @@ -59,7 +59,7 @@ Zotero.TagSelector = class TagSelectorContainer extends React.Component { } // Ignore anything other than deletes in duplicates view - if (this.collectionTreeRow.isDuplicates()) { + if (this.collectionTreeRow && this.collectionTreeRow.isDuplicates()) { switch (event) { case 'delete': case 'trash':