Skip to content

Commit 02ccae8

Browse files
committed
set light dismiss on dialog
1 parent 5f5c7b9 commit 02ccae8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/TheCycleEdit.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ watch(
6060
ref="dialog"
6161
:aria-labelledby="id + `-title`"
6262
class="m-auto translate-y-2 bg-transparent opacity-0 transition-all transition-discrete duration-500 backdrop:opacity-0 backdrop:transition-all backdrop:transition-discrete backdrop:duration-500 open:translate-0 open:opacity-100 open:backdrop:opacity-100 starting:open:translate-y-2 starting:open:opacity-0 starting:open:backdrop:opacity-0"
63+
closedby="any"
6364
@close="close"
6465
>
6566
<LayoutStack

0 commit comments

Comments
 (0)