Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers committed Oct 17, 2021
1 parent 0266a58 commit 4d3ac47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/polyfills/submit-event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function clickCaptured (event: Event): void {
const isSafari = navigator.vendor.includes('Apple Computer')

if ('SubmitEvent' in window) {
// No need to continue, polyfill not needed. Safari 15 has a bug with submitters.
// No need to continue, polyfill not needed. Safari 15 has a bug with submitters.
if (!isSafari) return

// We have to attach to the SubmitEvent prototype in Safari instead of Event prototype.
Expand Down

0 comments on commit 4d3ac47

Please sign in to comment.