diff --git a/chrome/content/zotero/elements/itemPaneSidenav.js b/chrome/content/zotero/elements/itemPaneSidenav.js index 34554a4fc5..54fcad116f 100644 --- a/chrome/content/zotero/elements/itemPaneSidenav.js +++ b/chrome/content/zotero/elements/itemPaneSidenav.js @@ -187,7 +187,7 @@ } isPanePinnable(id) { - return id !== 'info' && id !== 'context-all-notes' && id !== 'context-item-notes'; + return id !== 'info' && id !== 'context-notes' && id !== 'context-all-notes' && id !== 'context-item-notes'; } init() {