Refocus Quick Format dialog after reference is clicked

This commit is contained in:
Simon Kornblith 2011-08-31 22:18:30 +00:00
parent 5e27d20e28
commit 3b8d45d90e

View File

@ -443,6 +443,7 @@ var Zotero_QuickFormat = new function () {
var bubble = _insertBubble(citationItem, node);
_clearEntryList();
_previewAndSort();
_refocusQfe();
return true;
}