Skip to content

Commit

Permalink
Misc changes for the new tree- and -list api #3696
Browse files Browse the repository at this point in the history
  • Loading branch information
ashklianko committed Sep 12, 2024
1 parent 4b96802 commit d080f65
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,9 @@ export class FilterableListBoxWrapper<I>
this.handleUserToggleAction(focusedItem);
}

this.applySelection();
if (this.selectionDelta.size !== 0) {
this.applySelection();
}
}
}

Expand Down

0 comments on commit d080f65

Please sign in to comment.