Skip to content

Commit

Permalink
Update modal.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
PhiloNL authored Oct 14, 2024
1 parent 1af5647 commit cacff22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/modal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div
x-data="LivewireUIModal()"
x-on:close.stop="setShowPropertyTo(false)"
x-on:keydown.escape.window="closeModalOnEscape()"
x-on:keydown.escape.window="show && closeModalOnEscape()"
x-show="show"
class="fixed inset-0 z-10 overflow-y-auto"
style="display: none;"
Expand Down

0 comments on commit cacff22

Please sign in to comment.