From 808fe9b6658a19a650ec948a477b288344e4f7d2 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Fri, 5 Apr 2024 18:39:53 +0800 Subject: [PATCH] Fix ItemDetails notifier type key --- chrome/content/zotero/elements/itemDetails.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/elements/itemDetails.js b/chrome/content/zotero/elements/itemDetails.js index f74a6cd62e..542808ff8a 100644 --- a/chrome/content/zotero/elements/itemDetails.js +++ b/chrome/content/zotero/elements/itemDetails.js @@ -318,7 +318,7 @@ notify = async (action, type, _ids, _extraData) => { if (action == 'refresh' && this.item) { - if (type == 'item-pane') { + if (type == 'itempane') { this.renderCustomSections(); } await this.render();