From a78f67bb3233499a39d468105a5393c5a3a866b2 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/2] 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 @@