samclarke / SCEditor

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

Fix checkWhitespace() error when no previous node #935

Closed samclarke closed 1 year ago

samclarke commented 1 year ago

Fixes error with checkWhitespace() when using emoticonsCompat and an emoticon is matched to be removed but there is no previous node.

Fixes #933