JiHong88 / suneditor

Pure javascript based WYSIWYG html editor, with no dependencies.
http://suneditor.com
MIT License
1.74k stars 309 forks source link

Inserting <br> tag #1317

Open bobwoofix opened 11 months ago

bobwoofix commented 11 months ago

Please can someone change the inserting of a
tag to a space ( ) so it doesn't keep throwing out any formatting.

li>core.js>line 1139 line 1139 op.innerHTML = '
';

should be

li>core.js>line 1139 line 1139 op.innerHTML = ' ';