Skip to content

Commit

Permalink
remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
zpeterson committed Apr 10, 2024
1 parent ed5923b commit 7aa143d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ export class FASTCombobox extends FormAssociatedCombobox {

if (this.open) {
if (e.composedPath()[0] === this.control) {
this.open = true;
return;
}

Expand Down

0 comments on commit 7aa143d

Please sign in to comment.