cloaking
This commit is contained in:
@@ -111,6 +111,7 @@
|
||||
</div>
|
||||
|
||||
<div x-show="showCompletedModal"
|
||||
x-cloak
|
||||
x-transition
|
||||
class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50"
|
||||
@click.self="showCompletedModal = false">
|
||||
@@ -166,6 +167,7 @@
|
||||
</div>
|
||||
|
||||
<div x-show="showPendingModal"
|
||||
x-cloak
|
||||
x-transition
|
||||
class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50"
|
||||
@click.self="showPendingModal = false">
|
||||
|
||||
Reference in New Issue
Block a user