commit 3b8d45d90ed0464969c06261f60344063a8f63a2
parent 5e27d20e2877d3e6f34ae476b800b788310d2a31
Author: Simon Kornblith <simon@simonster.com>
Date: Wed, 31 Aug 2011 22:18:30 +0000
Refocus Quick Format dialog after reference is clicked
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/chrome/content/zotero/integration/quickFormat.js b/chrome/content/zotero/integration/quickFormat.js
@@ -443,6 +443,7 @@ var Zotero_QuickFormat = new function () {
var bubble = _insertBubble(citationItem, node);
_clearEntryList();
_previewAndSort();
+ _refocusQfe();
return true;
}