diff --git a/chrome/content/zotero/integration/quickFormat.js b/chrome/content/zotero/integration/quickFormat.js index 53c10b2a99..c159f3631e 100644 --- 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; }