laravel / jetstream

Tailwind scaffolding for the Laravel framework.
https://jetstream.laravel.com
MIT License
3.96k stars 810 forks source link

[4.x] Use native <dialog> cancel event, remove unneeded showSlot #1481

Closed Smef closed 5 months ago

Smef commented 5 months ago

This PR changes the

to use a native dialog @cancel event instead of manually adding and removing document-level event listeners when the dialog is shown and dismissed.

This also removes an unnecessary ref which wasn't really doing anything.

taylorotwell commented 5 months ago

Feel free to make these adjustments in your own application.