Skip to content

Commit 1264760

Browse files
committed
fix type issue
1 parent 30665f9 commit 1264760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TheCycleEdit.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ watch(
5151
'border rounded-lg overflow-hidden border-blue-200 dark:border-sky-400'
5252
"
5353
:open="main.editOpen"
54-
@toggle.stop="$emit('toggled', $event.target.open)"
54+
@toggle.stop="$emit('toggled', ($event.target as HTMLDetailsElement).open)"
5555
>
5656
<summary
5757
class="py-1 list-none text-center cursor-pointer hover:bg-blue-100 dark:hover:bg-sky-800 rounded"

0 commit comments

Comments
 (0)