Skip to content

Commit 7784c16

Browse files
committed
switch to @mousedown.away instead of @click.away seems to a more robust solution
1 parent eb16417 commit 7784c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/tailwind/includes/filters.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div
33
x-data="{ open: false }"
44
@keydown.escape.stop="open = false"
5-
@click.away="open = false"
5+
@mousedown.away="open = false"
66
class="relative block md:inline-block text-left"
77
>
88
<div>

0 commit comments

Comments
 (0)