Add missing async
to CollectionTree::selectSearch()
This commit is contained in:
parent
a9c5c1bfa5
commit
9c519948bc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue