Fix pressing "-" and "+" buttons in Styles pane from keyboard
This commit is contained in:
parent
0757109c16
commit
5523dd5c37
1 changed files with 3 additions and 2 deletions
|
@ -61,8 +61,9 @@
|
|||
<label class="zotero-text-link"
|
||||
value="&zotero.preferences.export.getAdditionalStyles;" flex="1"
|
||||
onclick="Zotero_Preferences.Cite.openStylesPage(); event.preventDefault()"/>
|
||||
<button disabled="true" id="styleManager-delete" label="-" onclick="Zotero_Preferences.Cite.deleteStyle()"/>
|
||||
<button label="+" onclick="Zotero_Preferences.Cite.addStyle()"/>
|
||||
<button disabled="true" id="styleManager-delete" label="-"
|
||||
oncommand="Zotero_Preferences.Cite.deleteStyle()"/>
|
||||
<button label="+" oncommand="Zotero_Preferences.Cite.addStyle()"/>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
|
|
Loading…
Reference in a new issue