From 72391f9c36007e5347b5762476b8204f29177c8d Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Wed, 5 Nov 2025 15:40:11 +0530 Subject: [PATCH] fix: Video bubble click and play issue (#12764) Co-authored-by: Muhsin Keloth --- .../dashboard/components-next/message/bubbles/Video.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/dashboard/components-next/message/bubbles/Video.vue b/app/javascript/dashboard/components-next/message/bubbles/Video.vue index b8bc7a43d..2151b188c 100644 --- a/app/javascript/dashboard/components-next/message/bubbles/Video.vue +++ b/app/javascript/dashboard/components-next/message/bubbles/Video.vue @@ -47,6 +47,7 @@ const isReel = computed(() => { 'max-w-48': isReel, 'max-w-full': !isReel, }" + @click.stop @error="handleError" />