diff --git a/src/components/SelectionManager.vue b/src/components/SelectionManager.vue index 77036d09..fb203f48 100644 --- a/src/components/SelectionManager.vue +++ b/src/components/SelectionManager.vue @@ -82,7 +82,7 @@ type Selection = Map; const TOUCH_SELECT_CLAMP = { top: 110, // min top for scrolling bottom: 110, // min bottom for scrolling - maxDelta: 15, // max speed of touch scroll + maxDelta: 10, // max speed of touch scroll bufferPx: 5, // number of pixels to clamp inside recycler area };