Ben McMahen
Ben McMahen
Yeah, I am using Typescript. I prefer named exports for a number of reasons, most of which are detailed in this [blog post](https://humanwhocodes.com/blog/2019/01/stop-using-default-exports-javascript-module/). But the reason I actually first started...
Hmm, interesting. Good catch. I'm not sure entirely what's going on as `getBoundingClientRect` should take into account transforms. I'll try and debug and get a solution to this soon.
Yeah, I'm never really sure if react-spring should be considered a peer dependency or not. It's required either way... and this sort of lib is really difficult to build if...
Any workarounds for this?
used touchstart
hmm... guess i figured that no one would use pinch to zoom once the image was already zoomed in. But it makes sense. I'll reopen.
the intended behaviour is that if you touch off the zoomed image, the zoomed image returns to its thumbnail state. This is how it works on the desktop, but iOS...
Yeah, I remember messing around with this at some point and re-implementing the undo/redo system so that it reselects previous selections. I can see if I can put together a...
me too :/