BartholomewIU
Results
1
comments of
BartholomewIU
I manage to solve it, here are the changes: In file: react-zoom-pan-pinch/src/core/instance.core.ts Add this inside the class ZoomPanPinch: ``` public pinchLastCenterX: number = null; public pinchLastCenterY: number = null; ```...