diff --git a/chrome/content/zotero/elements/noteEditor.js b/chrome/content/zotero/elements/noteEditor.js index 7b43f6327c..46c59a2b1a 100644 --- a/chrome/content/zotero/elements/noteEditor.js +++ b/chrome/content/zotero/elements/noteEditor.js @@ -451,6 +451,7 @@ this._mode = val; this._id('related').editable = val == "edit"; this._id('tags').editable = val == "edit"; + this._id('libraries-collections').editable = val == "edit"; this.refresh(); }