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
renderFromHTML function doesn't seem to keep BR-tags. Same behaviour in pasting, might not be needed for pasting but for renderFromHTML it should work IMO
It doesnt matter how the BR-tag is written in the html-string, all those examples don't work:
renderFromHTML('<p>before<br>after</p>')
renderFromHTML('<p>before<br />after</p>')
renderFromHTML('<p>before<br/>after</p>')
The text was updated successfully, but these errors were encountered:
renderFromHTML function doesn't seem to keep BR-tags. Same behaviour in pasting, might not be needed for pasting but for renderFromHTML it should work IMO
It doesnt matter how the BR-tag is written in the html-string, all those examples don't work:
renderFromHTML('<p>before<br>after</p>')
renderFromHTML('<p>before<br />after</p>')
renderFromHTML('<p>before<br/>after</p>')
The text was updated successfully, but these errors were encountered: