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
It is because we first delete selected content, then let browser handle the input. If the content before selection has different format, this can happen. Maybe we need to place a ZeroWidthSpace to replace the selection instead of just a selection marker after delete. I need to try it
Describe the bug
For example, if you type over "A" in situation like this:
New text will be blue and bold rather than black and normal. I can repro this in rooster demo site with attached HTML
To Reproduce
Steps to reproduce the behavior:
Expected behavior
New text should be plain, like the original, not bold and blue like preceding text.
Screenshots
If applicable, add screenshots to help explain your problem.
Device Information
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: