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
First, write two words with one space between them then make each word bold separately. Then get the html from state which would be <p><b>hello</b> <b>world</b></p>
now richTextState.setHtml("<p><b>hello</b> <b>world</b></p>") and the resulting text that shows in OutlinedRichTextEditor would have no space between two wrods.
SVID_20241008_140053_1.mp4
The text was updated successfully, but these errors were encountered:
First, write two words with one space between them then make each word bold separately. Then get the html from state which would be
<p><b>hello</b> <b>world</b></p>
now
richTextState.setHtml("<p><b>hello</b> <b>world</b></p>")
and the resulting text that shows in OutlinedRichTextEditor would have no space between two wrods.SVID_20241008_140053_1.mp4
The text was updated successfully, but these errors were encountered: