Fire event if the CSS style is changed by the user?
I don't think there's an event for "onCSSChange"
How about running a subroutine every 50 ms and checking the current styling. If the CSS changes, you can fire your own event.
I don't think there's an event for "onCSSChange"
How about running a subroutine every 50 ms and checking the current styling. If the CSS changes, you can fire your own event.