JavaScript execution in Editing Mode
I have a component which initializes some Javascript on page load.
Whenever I edit this component, I want to re-run the initialization logic. Is there an event I can tap into to know that the user has recently edited this component and it needs to be re-rendered on screen?
Maybe I can force the component's dialog on-save to always refresh the window or something?