-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
BUG: configuring an onStart() resize callback prevents resizing #5630
Comments
Good catch, will fix it |
This was referenced May 24, 2024
This was referenced Aug 27, 2024
This was referenced Sep 20, 2024
This was referenced Oct 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GrapesJS version
What browser are you using?
Chrome Version 120.0.6099.225
Reproducible demo link
https://jsfiddle.net/wattnu/y8L6whun/
Describe the bug
How to reproduce the bug?
// onStart: (event, opt) => { console.log('resize started') } ,
What is the expected behavior?
The component should be resizable even when configuring an
onStart
calbackWhat is the current behavior?
The component cannot be resized if an
onStart
callback is configured. The callback is executed though.Code of Conduct
The text was updated successfully, but these errors were encountered: