From f0e43ecfbbba6593ad044250908c1a99e034b906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ant=C3=B4nio=20Cardoso?= Date: Tue, 24 Mar 2026 12:41:00 -0300 Subject: [PATCH 1/3] frontend: components: video-manager: VideoThumbnail: stop click propagation on controls Prevents the play/camera buttons from triggering navigation to the Video Manager page when the thumbnail is embedded in the dashboard. Closes #3848 --- core/frontend/src/components/video-manager/VideoThumbnail.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/core/frontend/src/components/video-manager/VideoThumbnail.vue b/core/frontend/src/components/video-manager/VideoThumbnail.vue index 72bbe68331..e5205ad69a 100644 --- a/core/frontend/src/components/video-manager/VideoThumbnail.vue +++ b/core/frontend/src/components/video-manager/VideoThumbnail.vue @@ -60,6 +60,7 @@