samclarke / SCEditor

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

bbcode.isPreFormatted #936

Closed MioVisman closed 1 year ago

MioVisman commented 1 year ago

What is this !bbcode.isPreFormatted && https://github.com/samclarke/SCEditor/blob/c368667ad5d50306eadfcc19e91072b5cf9ffb0b/src/formats/bbcode.js#L1779

samclarke commented 1 year ago

It's an alias for skipLastLineBreak which exists only for backwards compatibility. Ideally it would be removed but that requires a breaking change to do so, so we're stuck with it until then.

I've added a note to the v4 propsal so it doesn't get forgotten about next time there is a breaking change.