HTML Tree: Fix refresh bugs when a feed is modified. Closes #2163

This commit is contained in:
Adomas Venčkauskas 2021-08-27 13:05:35 +03:00
parent ab9414d1a4
commit 0a7aa10463

View file

@ -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) {