fix: modal-input
This commit is contained in:
parent
e1ff98d628
commit
020cb5b3aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue