2amigos / yii2-tinymce-widget

TinyMCE WYSIWYG widget for Yii2
http://yiiwheels.com
Other
100 stars 48 forks source link

Fix not init when loading twice via ajax #45

Closed Eseperio closed 5 years ago

Eseperio commented 5 years ago

When content is loaded via ajax twice or more times, TinyMCE was not initialized. This fix it by removing possible existing instances with the same id.

tonydspaniard commented 5 years ago

Thanks @Eseperio as usual