Show Quick Format dialog at appropriate size if many sources are cited

This commit is contained in:
Simon Kornblith 2011-08-31 22:21:07 +00:00
parent 3b8d45d90e
commit 6f9daa4469

View file

@ -112,6 +112,7 @@ var Zotero_QuickFormat = new function () {
var node = qfe.firstChild;
node.nodeValue = "";
_showCitation(node);
_resize();
}, 1);
}
};