Nikita Sirota
Results
1
comments of
Nikita Sirota
it doesn't work on IOS (scrolling), here's the solution, you need to change useDisablePinchZooming.ts like this: ``` import { useEffect } from 'react' // https://github.com/excalidraw/excalidraw/blob/7eaf47c9d41a33a6230d8c3a16b5087fc720dcfb/src/packages/excalidraw/index.tsx#L66 export function useDisablePinchZooming(win?: Window) {...