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
If the string after cleaning ends with <br>, no newline is added at all, following or preceding. Is this expected?
<div>Hi this is an <b>important</b> message.<br class='myStyle'/></div> would formerly become Hi this is an <b>important</b> message.\n<br>, now it is just Hi this is an <b>important</b> message.<br> no newlines.
Looks like there is a behavior change from 1.15.1 to 1.15.2+.
The following code fails on 1.15.2 because it is missing the newlines
The text was updated successfully, but these errors were encountered: