mirror of
https://github.com/zotero/zotero.git
synced 2026-09-09 22:31:05 +00:00
Fix Libraries and Collections box editable field is undefined in note editor (#5702)
fix: #5698
This commit is contained in:
parent
d6fc06cd7c
commit
86c4bc23c7
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue