samclarke / SCEditor

A lightweight HTML and BBCode WYSIWYG editor
http://www.sceditor.com/
Other
643 stars 186 forks source link

Fix first/last pasted BBCode blocks being removed #927

Closed samclarke closed 1 year ago

samclarke commented 1 year ago

This fixes a bug with pasting when using the BBCode format. The first and last blocks are sometimes being removed, such as:

[center]test[/center][center]test[/center][center]test[/center]

becomes the equivalent of:

test<div style="text-align:center">test</div>test

This bug also causes extra newlines to sometimes be added when pasting.