diff --git a/chrome/content/zotero/fileInterface.js b/chrome/content/zotero/fileInterface.js index a4c63e513..5b81786f5 100644 --- a/chrome/content/zotero/fileInterface.js +++ b/chrome/content/zotero/fileInterface.js @@ -639,7 +639,7 @@ var Zotero_File_Interface = new function() { .redraw(); // Process redraw event - Zotero.mainThread.processNextEvent(false); + Zotero.wait(0); } finally { // Close nested event queue if(eventQueuePushed) Zotero.mainThread.popEventQueue();