Show loading message in middle pane if items loaded after startup
This commit is contained in:
parent
5e614e2787
commit
7c3a134107
1 changed files with 1 additions and 0 deletions
|
@ -1220,6 +1220,7 @@ var ZoteroPane = new function()
|
||||||
var library = Zotero.Libraries.get(collectionTreeRow.ref.libraryID);
|
var library = Zotero.Libraries.get(collectionTreeRow.ref.libraryID);
|
||||||
if (!library.getDataLoaded('item')) {
|
if (!library.getDataLoaded('item')) {
|
||||||
Zotero.debug("Waiting for items to load for library " + library.libraryID);
|
Zotero.debug("Waiting for items to load for library " + library.libraryID);
|
||||||
|
ZoteroPane_Local.setItemsPaneMessage(Zotero.getString('pane.items.loading'));
|
||||||
yield library.waitForDataLoad('item');
|
yield library.waitForDataLoad('item');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue