Skip to content

Commit 53437a1

Browse files
use x-cloak to avoid blip of modal
1 parent d304882 commit 53437a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

view/frontend/templates/component/payment/after.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
tabindex="-1"
55
aria-hidden="true"
66
class="fixed top-0 left-0 right-0 z-50 justify-center w-full p-4 items-center overflow-x-hidden overflow-y-auto md:inset-0 max-h-full h-full"
7+
x-cloak
78
x-bind:class="showModal ? 'flex': 'hidden'">
89
<div class="relative w-full max-w-md max-h-full" @click.outside="close()">
910
<!-- Modal content -->

0 commit comments

Comments
 (0)