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
I'm not sure that the referenced commit fulfills the enhancement. It looks like it prevents the defaultTag from being an empty string, but will there also be an update that makes the markup an empty string if there is no content in the editor?
@peter-chow It is currently structurally impossible to remove all tags when there is no content in the editor.
The editor should always have a default format.
When the editor has no content, it still has an underlying markup in the form (using the default settings):
<p><br></p>
.It would be ideal if the markup is an empty string to reflect what is observed in the editor by the user.
Setting the property, defaultTag, to an empty string seems to break the editor.
The text was updated successfully, but these errors were encountered: