aboutsummaryrefslogtreecommitdiff
path: root/src/component/MosaicBackground.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/component/MosaicBackground.astro')
-rw-r--r--src/component/MosaicBackground.astro1
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>