Alex-D / Trumbowyg

A lightweight and amazing WYSIWYG JavaScript editor under 10kB
https://alex-d.github.io/Trumbowyg
MIT License
4.02k stars 614 forks source link

Fix: MathML containers editable after ViewHTML #1244

Closed Alolu closed 2 years ago

Alolu commented 3 years ago

MathML containers cannot be edited through the modal when ViewHTML is switched off and on as explained in issue #1024

Now, the plugin will search for MathML containers with the class mathMlContainer on init and add onclick listeners to them.

Alex-D commented 2 years ago

Thank you! :)