-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
chore: migrating cropper-modal to ES6 #3682
Conversation
@uds5501 @kushthedude please review . |
onVisible() { | ||
let viewport = {}; | ||
let factor = 150; | ||
let factor = 750; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert
Fix build |
. |
@kushthedude please review and merge . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
@kushthedude update the branch again please and see if it's good to merge after that |
Its on hold because of the Croppie PR. ONCE the Croppie one is merged here will be conflicts hence putted on hold. |
@maze-runnar Resolve conflicts |
befd0a6
this.onVisible(); | ||
}, | ||
cropImage() { | ||
this.$('img').croppie('result', { type: 'base64', size: 'original', quality: 1, format: 'jpeg' }).then(result => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You removed the very change you made in the RECENT PR
Co-Authored-By: Kush Trivedi <kushthedude@gmail.com>
Fix for #3618
Checklist
development
branch.