Replies: 1 comment
-
+1 for this question. We are currently using Please see the jsfiddle for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Are there any events for components resizing? I have tried
editor.on('component:styleUpdate')
,editor.on('component:styleUpdate:width')
,model.on('change:style')
but none of trigger anything.Update:
I have found
editor.on('component:resize')
but it doesn't help because it triggers on all components, and it doesn't return current component in its callback.Beta Was this translation helpful? Give feedback.
All reactions