Skip to content

Commit

Permalink
chore: Remove unnecessary context on event dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
vsgoulart committed Oct 18, 2023
1 parent e44f9be commit c86ab24
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export const ENTER_KEYDOWN_EVENT = new KeyboardEvent('keydown', {
key: 'Enter',
charCode: 13,
keyCode: 13,
view: window,
bubbles: true
});

Expand Down

0 comments on commit c86ab24

Please sign in to comment.