tldraw / tldraw-v1

A tiny little drawing app. This is the original 2021-2022 version, released under MIT.
https://old.tldraw.com
MIT License
60 stars 36 forks source link

Cannot get pinch zooming working on chrome using tldraw/core #39

Closed hipstersmoothie closed 7 months ago

hipstersmoothie commented 1 year ago

So when I start a pinch on chrome I get this

CleanShot 2023-01-28 at 12 44 06@2x

On safari I get this and pinch zooming works.

CleanShot 2023-01-28 at 12 44 56@2x
steveruizok commented 1 year ago

I think this is due to the version of use-gesture. We need to pin the version or update our code to use the new version. (use gesture introduced a breaking change without updating their version correctly).

steveruizok commented 7 months ago

Closing this as we won't be addressing a fix for this version. Check https://github.com/tldraw/tldraw for the latest! And please share there if the bug persists.