Skip to content

Commit df43725

Browse files
committed
add type button to popover close button for kb shortcuts
1 parent 68a8d52 commit df43725

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/AppFooter.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ watch(showPopover, async open => {
114114
</p>
115115
<button
116116
class="text-xs text-link hover:underline flex items-center gap-2"
117+
type="button"
117118
@click="showPopover = false"
118119
>
119120
<span aria-hidden="true" class="size-5 i-lucide-x" />

0 commit comments

Comments
 (0)