Skip to content

Commit 4a88cb3

Browse files
committed
remove dead code
1 parent d1e2fe0 commit 4a88cb3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/combobox/combobox.component.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,6 @@ export class ComboBox implements OnChanges, OnInit, AfterViewInit, AfterContentI
296296
ev.stopPropagation();
297297
this.openDropdown();
298298
setTimeout(() => this.view.getCurrentElement().focus(), 0);
299-
} else if ((ev.key === "ArrowUp" || ev.key === "Up") // `"Up"` is IE specific value
300-
&& this.dropdownMenu.nativeElement.contains(ev.target)
301-
&& !this.view.hasPrevElement()) {
302-
// this.elementRef.nativeElement.querySelector(".bx--text-input").focus();
303299
}
304300
}
305301

0 commit comments

Comments
 (0)