Maciej Pyrc
Maciej Pyrc
For images we can achieve it by styling, with the nodes, that thing will be more "tricky". I have an idea to make some sort of wrapper around it so...
isn't it just a `limitToBounds` prop?
@farukparhat That's a tricky one - so there is a question: how to distinguish if the person clicking wants to select something or move the view with panning? In my...
@cojoclaudiu Yes, investigation and fixes will be applied this week 🙏
@cojoclaudiu Looks like it's fixed, I moved it back to the simple "translate" method. However, I also added the possibility to adjust the transform function with prop `customTransform` so anyone...
@janaagaard75 I'm back with maintenence, thanks for helping! If you're interested in working on this, or merging your changes, we can talk about it 🙌🏻
@ViktorSoroka07 this weekend 🙏
We have now responsive example thanks to @matthiasschwarz !
Issue is related to the `.react-transform-wrapper` width. You need to control it with max-width so it will fit in the screen. Solution: ```css .react-transform-wrapper { max-width: calc(100vw - 80px); }...