diff --git a/components/lib/image/Image.js b/components/lib/image/Image.js index 0400e6ba1d..811a44f314 100644 --- a/components/lib/image/Image.js +++ b/components/lib/image/Image.js @@ -81,8 +81,8 @@ export const Image = React.memo( if (!previewClick.current) { setPreviewVisibleState(false); - rotate = 0; - scale = 0; + setRotateState(0); + setScaleState(0); } previewClick.current = false;