diff --git a/chrome/content/zotero/elements/itemPane.js b/chrome/content/zotero/elements/itemPane.js index 7a7f333213..a430e1d907 100644 --- a/chrome/content/zotero/elements/itemPane.js +++ b/chrome/content/zotero/elements/itemPane.js @@ -134,7 +134,7 @@ notify(action, type) { if (type == 'item' && action == 'modify') { - if (this.collectionTreeRow.isFeedsOrFeed()) { + if (this.collectionTreeRow && this.collectionTreeRow.isFeedsOrFeed()) { this.updateReadLabel(); } }