diff options
| author | Terry Truong <terry06890@gmail.com> | 2023-01-28 16:57:03 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2023-01-28 16:57:03 +1100 |
| commit | 3b397ecf5b061797f4e16ab30d204055912b81e8 (patch) | |
| tree | 395ff886c66319dde705a12b3237e41053dcf656 /src/components | |
| parent | 0647021d9b520e058923d2ed44fc487c513def5c (diff) | |
Tweak responsiveness when dragging
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/TimeLine.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TimeLine.vue b/src/components/TimeLine.vue index d0adfc0..6349eb0 100644 --- a/src/components/TimeLine.vue +++ b/src/components/TimeLine.vue @@ -1222,7 +1222,7 @@ function onPointerDown(evt: PointerEvent){ vUpdateTime = time; } vPrevPointer = (vert.value ? pointerY : pointerX); - }, 50); + }, 30); } function onPointerMove(evt: PointerEvent){ |
