Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
craftsman-shoyo authored and sadanandpai committed Oct 9, 2024
1 parent 189fbed commit 3647459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/css/src/challenges/dialog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ closeOnOutsideClick.addEventListener('click', () => {

// closeOnEscape
checkCloseOnEscape();
function checkCloseOnEscape(event) {
function checkCloseOnEscape() {
dialogPopup.removeEventListener('keydown', closeOnEscapeListener);
}
function closeOnEscapeListener(event) {
Expand Down

0 comments on commit 3647459

Please sign in to comment.