Fix Libraries and Collections box editable field is undefined in note editor (#5702)

fix: #5698
This commit is contained in:
windingwind 2026-01-20 17:56:04 +01:00 committed by GitHub
parent d6fc06cd7c
commit 86c4bc23c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();
}