tinymce / tinymce-angular

Official TinyMCE Angular Component
MIT License
324 stars 93 forks source link

execute onChange callback only if one is registered #207

Closed tim-boerner closed 3 years ago

tim-boerner commented 3 years ago

This change is reducing the execution of the onChange callback only, if a callback is registered. This also avoids the cleaning mechanism of the editor getContent method.

It reduces the effect of #138 only to cases where a custom onChange callback is registered.

tim-boerner commented 3 years ago

Anything i can do, to get that merged?

tim-boerner commented 3 years ago

I realy would appreciate any response :-(