Skip to content

Commit dfdfa9b

Browse files
lee-togithub-actions[bot]
authored andcommitted
Apply prettier changes
1 parent 95c9113 commit dfdfa9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ document.addEventListener('alpine:init', () => {
9696
})
9797

9898
/* Global Escape handler for overlays */
99-
window.addEventListener('keydown', (e) => {
99+
window.addEventListener('keydown', e => {
100100
if (e.key === 'Escape') {
101101
const store = Alpine.store('overlays')
102102
if (store.stack.length > 0) {

0 commit comments

Comments
 (0)