From 5f6e110ecbcf48700f0f949995cba0bd2ef0d251 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 10 Oct 2022 20:29:00 +1100 Subject: Fix non-pointer-centered scrolling in horizontal mode --- src/App.vue | 2 +- src/components/BaseLine.vue | 2 +- src/components/TimeLine.vue | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index d422a41..7d7cd98 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@