bootstrap-wysiwyg / bootstrap3-wysiwyg

Simple, beautiful wysiwyg editor
http://bootstrap-wysiwyg.github.io/bootstrap3-wysiwyg/
MIT License
834 stars 264 forks source link

multiple rendering if wysihtml5() is called multiple times #176

Open cristianogregnanin opened 8 years ago

cristianogregnanin commented 8 years ago

If I call the $('#my-textarea').wysihtml5(); multiple times I see the toolbar multiple times.

Example: $('#my-textarea').wysihtml5(); $('#my-textarea').wysihtml5(); $('#my-textarea').wysihtml5();

I see 3 toolbars. I think this is not useful. Is possibile to prevent the multiple rendering?