Alex-D / Trumbowyg

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

Issue with removing <strong> and <del> tags #1438

Open danyakov opened 6 months ago

danyakov commented 6 months ago

After I add bold or deleted tex decoration I cannot remove those anymore.

Provide relevant details according to the context:

How to reproduce?

It is reproducible even with demo https://alex-d.github.io/Trumbowyg/demos/

Before click on button

Screen Shot 2023-12-19 at 10 59 13

And after. The button was pressed but the text remained 'deleted'.

Screen Shot 2023-12-19 at 10 59 26

Thank you