Fix contextPane note regression that unpurposely enables read-only mode
This commit is contained in:
parent
f4e7c8293b
commit
ee9ebc6152
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ var ZoteroContextPane = new function () {
|
|||
if (!item) {
|
||||
return;
|
||||
}
|
||||
var readOnly = (item.libraryID);
|
||||
var readOnly = _isLibraryReadOnly(item.libraryID);
|
||||
var context = _getNotesContext(item.libraryID);
|
||||
if (context) {
|
||||
var { editor, node } = context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue