Fix hang in collectionsTreeView::selectWait() if row is already selected
This commit is contained in:
parent
43762248a4
commit
cbbdebc5b7
6 changed files with 19 additions and 4 deletions
|
@ -41,6 +41,7 @@ function loadBrowserWindow() {
|
|||
*/
|
||||
var loadZoteroPane = Zotero.Promise.coroutine(function* () {
|
||||
var win = yield loadBrowserWindow();
|
||||
Zotero.Prefs.clear('lastViewedFolder');
|
||||
win.ZoteroOverlay.toggleDisplay(true);
|
||||
|
||||
// Hack to wait for pane load to finish. This is the same hack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue