Fix timeline responsiveness

This commit is contained in:
2023-02-07 20:23:15 +01:00
parent a5b37adbdd
commit cc4b69062e
+1 -1
View File
@@ -118,6 +118,6 @@
index: index
}));
window.addEventListener("resize", updateTimelineSize);
new ResizeObserver(updateTimelineSize).observe(document.querySelector("#app") as Element)
})
</script>