commit 3e97b803cdc7c2d74b1dd4be1974c509c8bd0cb4
parent 68c06c14a2c7538dd6ff3bb47c5c5e07418df25d
Author: Simon Kornblith <simon@simonster.com>
Date: Fri, 26 Aug 2011 20:10:43 +0000
QuickFormat should update on backspace
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/chrome/content/zotero/integration/quickFormat.js b/chrome/content/zotero/integration/quickFormat.js
@@ -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;