We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edafe08 commit 0b5d22eCopy full SHA for 0b5d22e
resources/views/components/dialog/content.blade.php
@@ -1,4 +1,5 @@
1
<dialog
2
+ wire:ignore.self
3
x-effect="dialogOpen ? $el.showModal() : $el.close()"
4
x-on:close.stop="dialogOpen = false"
5
x-on:cancel.stop="dialogOpen = false"
0 commit comments