-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
enableResize seems to be always enabled #64
Comments
I had the same problem, but I seemed to have solved this by setting the default value of the enableResize prop in the VueCroppieComponent.js file within the src folder of the vue-croppie module itself as follows: - I still set the prop explicitly as you stated. |
Edit: You know what, I didn't spot this was a vue repo, so perhaps that's a perfectly normal way to set booleans. Sorry, I got lost and thought I was was still on the vanilla croppie repo. |
OMG how did I missed this issue? WTH I'm terribly sorry. I was writing my response and realized it was created May 31, 2019. I'm blown. 😞 I will look into this soon. |
@jofftiquez is it fixed tho? mine on v2.0.2 not working yet. |
It seems to be always possible to resize the viewport. Even if I set :enableResize="false" explicitly. The viewport can still be resized.
The text was updated successfully, but these errors were encountered: