We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3399d commit c17412bCopy full SHA for c17412b
1 file changed
src/core/instance.core.ts
@@ -110,6 +110,7 @@ export class ZoomPanPinch {
110
};
111
112
update = (newProps: ReactZoomPanPinchProps) => {
113
+ this.props = newProps;
114
handleCalculateBounds(this, this.transformState.scale);
115
this.setup = createSetup(newProps);
116
0 commit comments