diff options
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){ |
