-
Notifications
You must be signed in to change notification settings - Fork 707
New issue
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
截图框的位置自动改变 #824
Comments
可以提供下使用的版本,和复现步骤嘛,我刚刚在在线例子没有复现 |
修复好了可以回复一下吗,谢谢 |
ok 这个应该最近两天修复发布 |
谢谢 |
2024-07-17.15.15.01.mp4同样的问题 版本 "vue-cropper": "^1.1.4" |
应该是和centerbox属性发生冲突了,我看看怎么修复下,可以先避免限制截图框最小大小和centerbox两个属性一起用 |
是的用到了centerBox <VueCropper
ref="cropperRef"
class="cropper"
:img="img"
autoCrop
:canMove="false"
:centerBox="true"
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在截图框宽度/高度达到限制最小宽度/高度时,再往小修改时截图框的位置会自动发生改变
The text was updated successfully, but these errors were encountered: