aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 186bf40..f807836 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -370,7 +370,7 @@ function onEventDisplay(
timelineTimeouts.set(timelineId, window.setTimeout(async () => {
timelineTimeouts.delete(timelineId);
handleOnEventDisplay(timelineId, eventIds, firstDate, lastDate, scaleIdx);
- }, 100));
+ }, 150));
}
// ========== For info modal ==========