Tommy Nordum

Results 1 comments of Tommy Nordum

A workaround is to temporary disable the scroll snap while dragging, and enable it when finished. Example: ``` const onMouseDown = (e: React.MouseEvent) => { ref.current.style.scrollSnapType = "none"; ... ```...