Skip to content

Commit

Permalink
chore: Image preview interactive optimization (#39812)
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvisArt committed Dec 26, 2022
1 parent c1390b2 commit 838b08e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions components/image/__tests__/__snapshots__/index.test.tsx.snap
Expand Up @@ -209,12 +209,11 @@ exports[`Image Default Group preview props 1`] = `
>
<div
class="ant-image-preview-img-wrapper"
style="transform: translate3d(0px, 0px, 0);"
>
<img
class="ant-image-preview-img"
src="https://zos.alipayobjects.com/rmsportal/jkjgkEfvpUPVyRjUImniVslZfWPnJuuZ.png"
style="transform: scale3d(1, 1, 1) rotate(0deg);"
style="transform: translate3d(0px, 0px, 0) scale3d(1, 1, 1) rotate(0deg);"
/>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -125,7 +125,7 @@
"rc-drawer": "~6.1.1",
"rc-dropdown": "~4.0.0",
"rc-field-form": "~1.27.0",
"rc-image": "~5.12.0",
"rc-image": "~5.13.0",
"rc-input": "~0.1.4",
"rc-input-number": "~7.4.0",
"rc-mentions": "~1.13.1",
Expand Down

0 comments on commit 838b08e

Please sign in to comment.