Skip to content

Commit

Permalink
chore: update select-option.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Aug 5, 2024
1 parent a57fc7b commit e81e49e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export class TuiSelectOptionComponent<T> implements OnInit, DoCheck {
void Promise.resolve().then(() => {
if (tuiIsPresent(this.option.value) && !this.option.disabled) {
this.host.checkOption?.(this.option.value);
this.el.nativeElement.focus();
}
});
}
Expand Down

0 comments on commit e81e49e

Please sign in to comment.