diff options
| author | William Hergès <william@herges.fr> | 2025-08-10 16:11:41 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-10 16:11:41 +0200 |
| commit | e8a3e86272f3da820a23c53da13da93ddbb37475 (patch) | |
| tree | bbe132fe8944957f9afc6e59275b2afa689e46c7 /src/component/MosaicBackground.astro | |
| parent | 993877357dc3c4c4dcac838209e56ca4c6f79959 (diff) | |
fix(mosaic): wrong display for lines with video
Diffstat (limited to 'src/component/MosaicBackground.astro')
| -rw-r--r-- | src/component/MosaicBackground.astro | 1 |
1 files changed, 1 insertions, 0 deletions
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")); }); }); </script> |
