tinymce/tinymce-svelte

Destroy editor onDestroy of component

cpiber opened this issue · 3 comments

Svelte also provides a onDestroy helper. The component should use this helper to cleanly destroy the tinymce instance as well.

Hey @cpiber thanks for bringing that up. I made #7 PR to handle the cleanup. Let me know your thoughts

Yes, I think that's all that's needed, thank you for your fast actions

Released in v0.1.1. Thanks for the feedback!