QuickFormat should update on backspace
This commit is contained in:
parent
68c06c14a2
commit
3e97b803cd
1 changed files with 1 additions and 0 deletions
|
@ -680,6 +680,7 @@ var Zotero_QuickFormat = new function () {
|
|||
_bubbleizeSelected();
|
||||
} else if(keyCode === event.DOM_VK_BACK_SPACE) {
|
||||
_resize();
|
||||
window.setTimeout(_quickFormat, 0);
|
||||
} else if(keyCode === event.DOM_VK_UP) {
|
||||
var selectedItem = referenceBox.selectedItem;
|
||||
var previousSibling;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue