Hi Adam,
is it possible that when the editor loads it already starts with an empty DIV Tag?
Example:
- Editor loads and in the code there is already an empty DIV
- User enters text without pressing ENTER
- User saves the code which then looks like this:
<div>entered text</div>