Skip to content

Commit

Permalink
change done in pickup availability (#1831)
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter845 committed Aug 8, 2022
1 parent b947a97 commit 7198239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/pickup-availability.js
Expand Up @@ -76,7 +76,7 @@ if (!customElements.get('pickup-availability-drawer')) {
this.hide();
});

this.addEventListener('keyup', () => {
this.addEventListener('keyup', (event) => {
if(event.code.toUpperCase() === 'ESCAPE') this.hide();
});
}
Expand Down

0 comments on commit 7198239

Please sign in to comment.