diff --git a/chrome/content/zotero/integration/quickFormat.js b/chrome/content/zotero/integration/quickFormat.js index c159f3631e..ae630f0b62 100644 --- a/chrome/content/zotero/integration/quickFormat.js +++ b/chrome/content/zotero/integration/quickFormat.js @@ -112,6 +112,7 @@ var Zotero_QuickFormat = new function () { var node = qfe.firstChild; node.nodeValue = ""; _showCitation(node); + _resize(); }, 1); } };