You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default paragraphs / divs are inserted when the user presses return.
There should be an option in HtmlEditor to change this behavior.
Use execCommand("insertBrOnReturn", false, true); - but this does not seem to be supported on Chrome / Android.
Possibly also execCommand("defaultParagraphSeparator", false, "p");
The text was updated successfully, but these errors were encountered:
By default paragraphs / divs are inserted when the user presses return.
There should be an option in
HtmlEditor
to change this behavior.Use
execCommand("insertBrOnReturn", false, true);
- but this does not seem to be supported on Chrome / Android.Possibly also
execCommand("defaultParagraphSeparator", false, "p");
The text was updated successfully, but these errors were encountered: