a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

removed prevent default on touch move causing doc not to scroll when draggable blocks are added

celine 604123bd 5f88fecf

-1
-1
src/hooks/useDrag.ts
··· 76 76 window.addEventListener( 77 77 "touchmove", 78 78 (e) => { 79 - e.preventDefault(); 80 79 if (args.delay && touchStart.current) { 81 80 const deltaX = e.touches[0].clientX - touchStart.current.x; 82 81 const deltaY = e.touches[0].clientY - touchStart.current.y;