parent
17255e4f5b
commit
c8cf38cdf1
1 changed files with 2 additions and 1 deletions
|
@ -834,6 +834,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
this._ensureButtonsFocusable();
|
this._ensureButtonsFocusable();
|
||||||
|
this._updateCreatorButtonsStatus();
|
||||||
|
|
||||||
// Set focus on the last focused field
|
// Set focus on the last focused field
|
||||||
this._restoreFieldFocus();
|
this._restoreFieldFocus();
|
||||||
|
@ -1952,7 +1953,7 @@
|
||||||
row.querySelector(".zotero-clicky-plus").hidden = true;
|
row.querySelector(".zotero-clicky-plus").hidden = true;
|
||||||
row.querySelector(".zotero-clicky-minus").hidden = true;
|
row.querySelector(".zotero-clicky-minus").hidden = true;
|
||||||
row.querySelector(".zotero-clicky-options").hidden = true;
|
row.querySelector(".zotero-clicky-options").hidden = true;
|
||||||
return;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
row.querySelector(".zotero-clicky-plus").disabled = isEmpty || isNextRowUnsavedCreator;
|
row.querySelector(".zotero-clicky-plus").disabled = isEmpty || isNextRowUnsavedCreator;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue