Skip to content

Commit

Permalink
Update libs/designsystem/src/lib/components/dropdown/dropdown.compone…
Browse files Browse the repository at this point in the history
…nt.ts

Co-authored-by: Mads Buchmann Frederiksen <mbf@prochimp.dk>
  • Loading branch information
mictro and MadsBuchmann authored Jun 17, 2022
1 parent da5afcc commit e995dcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ export class DropdownComponent

@HostListener('keydown.enter')
@HostListener('keydown.escape')
_onEnterOrEsscape(event?: FocusEvent) {
_onEnterOrEscape(event?: FocusEvent) {
this.close();
this._onTouched();
}
Expand Down

0 comments on commit e995dcc

Please sign in to comment.