Skip to content

Commit 809f92b

Browse files
committed
fix: remove click.stop event from dialog wrapper
1 parent 5365ffe commit 809f92b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

custom/visionAction.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
>
1212
<div
1313
class="bulk-vision-dialog flex items-center justify-center relative w-[100vw] h-[100vh] max-h-[100vh] md:w-auto md:max-w-[95vw] md:min-w-[640px] md:h-auto md:max-h-[90vh] bg-white dark:bg-gray-900 rounded-none md:rounded-md shadow-2xl overflow-hidden"
14-
@click.stop
1514
>
1615
<div class="bulk-vision-table flex flex-col items-center justify-evenly md:max-h-[90vh] gap-3 md:gap-4 w-full h-full p-4 md:p-6 overflow-y-auto overflow-x-auto">
1716
<button type="button"

0 commit comments

Comments
 (0)