Use Zotero.wait() to move progress indicator

This may help with #230
This commit is contained in:
Simon Kornblith 2013-01-21 04:06:25 -05:00
parent 7c24c27fb3
commit 502f814fc4

View File

@ -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();