Skip to content

Commit

Permalink
Merge pull request #4304 from coollabsio/next
Browse files Browse the repository at this point in the history
fix: modal-input
  • Loading branch information
andrasbacsai authored Nov 15, 2024
2 parents bda31fd + 020cb5b commit 73af96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/modal-input.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'closeOutside' => true,
])
<div x-data="{ modalOpen: false }" :class="{ 'z-40': modalOpen }" @keydown.window.escape="modalOpen=false"
class="relative w-auto h-auto">
class="relative w-auto h-auto" wire:ignore>
@if ($content)
<div @click="modalOpen=true">
{{ $content }}
Expand Down

0 comments on commit 73af96e

Please sign in to comment.