We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/ant-design/ant-design/issues/41652
1.Preview组件 props 增加dragRebound属性: dragRebound?: boolean;
dragRebound?: boolean;
2.Operations组件 , tools新增一个刷新图标: { icon: refresh, onClick: onRefresh, type: 'refresh', },
{ icon: refresh, onClick: onRefresh, type: 'refresh', },
用于控制图片回到屏幕中心,旋转角度重置为0,缩放大小重置,以及左右切换重置。
The text was updated successfully, but these errors were encountered:
feat: support preview - dragRebound control and add refresh operation (…
670d175
…react-component#216)
e573aba
…react-component#216) (cherry picked from commit 670d175) # Conflicts: # src/Image.tsx # src/Preview.tsx
No branches or pull requests
https://github.com/ant-design/ant-design/issues/41652
1.Preview组件 props 增加dragRebound属性:
dragRebound?: boolean;
2.Operations组件 , tools新增一个刷新图标:
{ icon: refresh, onClick: onRefresh, type: 'refresh', },
用于控制图片回到屏幕中心,旋转角度重置为0,缩放大小重置,以及左右切换重置。
The text was updated successfully, but these errors were encountered: