Alex-D / Trumbowyg

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

Problem with Firefox. Trumbowyg Inserts empty paragraph after a list. #1366

Open joextra opened 1 year ago

joextra commented 1 year ago

As described in the Title, Trumbowyg Inserts an empty paragraph after a list.

Description

Provide relevant details according to the context:

How to reproduce?

Create a list (ul or ol doesn't matter). After exit the list with 2 x return, Trumbowyg inserts after every return an empty paragraph <p><br></p> If you set semantic: false, doesn't appear, but then it isn't semantic. I created a new Profile in Firefox, but the problem remains. So, it must be an issue in Firefox. Chrome don't have this issue. I have deactivated all Plugins, but it doesn't get better.