diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index f4ae69b4..ffb9260b 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -284,7 +284,7 @@ export default class Timeline extends Mixins(GlobalMixin, UserConfig) { this.resizeTimer = window.setTimeout(() => { this.recomputeSizes(); this.resizeTimer = null; - }, 300); + }, 100); } /** Recompute static sizes of containers */