froala / wysiwyg-editor

The next generation Javascript WYSIWYG HTML Editor.
https://www.froala.com/wysiwyg-editor
Other
5.3k stars 673 forks source link

codeview button #3721

Open greggreenhaw opened 5 years ago

greggreenhaw commented 5 years ago

receiving the following error on certain html content in version 3.0.5

Uncaught ReferenceError: isAfterSpace is not defined

In this function preserveSingleSpace: function() { isAfterSpace = isAfterSpace || null; isAfterSpace && _.singleSpace(); },

casualuser commented 5 years ago

Hello,

We tried to catch up this error but it looks like some kind of special conditions required for this. Can you please create jsfiddle showcasing the issue on the base of this one - https://jsfiddle.net/froala/z9bmr8c5/