Don't spin event loop after setting tree
This commit is contained in:
parent
d9ea7dc46c
commit
15bab1db24
1 changed files with 0 additions and 1 deletions
|
@ -182,7 +182,6 @@ Zotero.ItemTreeView.prototype.setTree = function(treebox)
|
||||||
|
|
||||||
delete this._waitAfter;
|
delete this._waitAfter;
|
||||||
Zotero.debug("Set tree in "+(Date.now()-start)+" ms");
|
Zotero.debug("Set tree in "+(Date.now()-start)+" ms");
|
||||||
Zotero.wait();
|
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
Zotero.logError(e);
|
Zotero.logError(e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue