Skip to content

Commit

Permalink
Merge pull request #147 from felipedmesquita/patch-1
Browse files Browse the repository at this point in the history
Fix event bubbling link
  • Loading branch information
brunoprietog authored Jun 21, 2024
2 parents 11a4acc + 33de95a commit 394c7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _source/handbook/02_drive.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ addEventListener("turbo:submit-start", ({ target }) => {
```

[events]: /reference/events
[bubble up]: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Events#event_bubbling_and_capture
[bubble up]: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Events#event_bubbling
[elements]: https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/elements
[disabled]: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled
[submitter]: https://developer.mozilla.org/en-US/docs/Web/API/SubmitEvent/submitter
Expand Down

0 comments on commit 394c7af

Please sign in to comment.