diff --git a/chrome/content/zotero/collectionTree.jsx b/chrome/content/zotero/collectionTree.jsx index a816355685..0a795a97ae 100644 --- a/chrome/content/zotero/collectionTree.jsx +++ b/chrome/content/zotero/collectionTree.jsx @@ -663,7 +663,7 @@ var CollectionTree = class CollectionTree extends LibraryTree { return this.selectByID('C' + id); } - selectSearch(id) { + async selectSearch(id) { return this.selectByID('S' + id); }