HTML Tree: Fix refresh bugs when a feed is modified. Closes #2163
This commit is contained in:
parent
ab9414d1a4
commit
0a7aa10463
1 changed files with 1 additions and 2 deletions
|
@ -492,8 +492,7 @@ var CollectionTree = class CollectionTree extends LibraryTree {
|
|||
*/
|
||||
async reload() {
|
||||
await this.refresh();
|
||||
this.selection.select(0);
|
||||
this.selection.selectEventsSuppressed = false;
|
||||
this.tree.invalidate();
|
||||
}
|
||||
|
||||
async selectByID(id) {
|
||||
|
|
Loading…
Add table
Reference in a new issue