HTML Tree: Fix focused row losing focus sometimes not being redrawn
This commit is contained in:
parent
eab63acab3
commit
25230b0fca
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class TreeSelection {
|
|||
|
||||
let toInvalidate = new Set(this.selected);
|
||||
toInvalidate.add(index);
|
||||
toInvalidate.add(this.pivot);
|
||||
toInvalidate.add(this.focused);
|
||||
this.selected = new Set([index]);
|
||||
this.focused = index;
|
||||
this.pivot = index;
|
||||
|
|
Loading…
Reference in a new issue