From e81e49e7a11e0fb677a19741ed54065a8279a397 Mon Sep 17 00:00:00 2001 From: Maksim Ivanov Date: Mon, 5 Aug 2024 13:45:18 +0300 Subject: [PATCH] chore: update select-option.component.ts --- projects/kit/components/select-option/select-option.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/kit/components/select-option/select-option.component.ts b/projects/kit/components/select-option/select-option.component.ts index 7302ccea7326..9c544114ae29 100644 --- a/projects/kit/components/select-option/select-option.component.ts +++ b/projects/kit/components/select-option/select-option.component.ts @@ -79,7 +79,6 @@ export class TuiSelectOptionComponent 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(); } }); }