From e8a3e86272f3da820a23c53da13da93ddbb37475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 10 Aug 2025 16:11:41 +0200 Subject: fix(mosaic): wrong display for lines with video --- src/component/MosaicBackground.astro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/component/MosaicBackground.astro') diff --git a/src/component/MosaicBackground.astro b/src/component/MosaicBackground.astro index 4d110d2..c39a802 100644 --- a/src/component/MosaicBackground.astro +++ b/src/component/MosaicBackground.astro @@ -44,6 +44,7 @@ const { height = "400" } = Astro.props; } } e.replaceChildren(...newChildren); + e.dispatchEvent(new Event("updatevideo")); }); }); -- cgit v1.2.3