Skip to content

Commit

Permalink
restore refreshSelectionDisplay()
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Jan 18, 2025
1 parent 7f18667 commit 9b1a4d6
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -608,13 +608,11 @@ export class Combobox

updateHostInteraction(this);

if (!this.hasUpdated) {
this.refreshSelectionDisplay();
}

if (changes.has("selectionMode") || changes.has("scale")) {
this.updateItems(["items", "props"]);
}

this.refreshSelectionDisplay();
}

loaded(): void {
Expand Down

0 comments on commit 9b1a4d6

Please sign in to comment.