Fix build failure from 42d4064bac
This commit is contained in:
parent
9c519948bc
commit
cd43e95b85
1 changed files with 2 additions and 2 deletions
|
@ -278,8 +278,8 @@ async function select(win, object) {
|
|||
|
||||
async function selectLibrary(win, libraryOrID = Zotero.Libraries.userLibraryID) {
|
||||
var libraryID = libraryOrID instanceof Zotero.Library ? libraryOrID.libraryID : libraryOrID;
|
||||
yield win.ZoteroPane.collectionsView.selectLibrary(libraryID);
|
||||
yield waitForItemsLoad(win);
|
||||
await win.ZoteroPane.collectionsView.selectLibrary(libraryID);
|
||||
await waitForItemsLoad(win);
|
||||
}
|
||||
|
||||
async function selectCollection(win, collectionOrID) {
|
||||
|
|
Loading…
Reference in a new issue