-
Notifications
You must be signed in to change notification settings - Fork 57
[Android] Extra backspace in paragraph blocks with formatting #1524
Copy link
Copy link
Closed
Labels
Description
On Android only, removing formatted text from a paragraph block can get you to a state where there is no formatting and no placeholder appearing. You have to press backspace an extra time to get the placeholder to appear.
Steps
- Add a paragraph block with some text
- Apply formatting to all the text
- press the backspace key once for each character in the text
- Observe that the paragraph block is empty, with no formatting active, and without the placeholder appearing (if you check the html at this point, you will see that it is
<p></p>, and that when you return from the html view the placeholder will be showing) - Press backspace again
- Observe the placeholder text appear
Reactions are currently unavailable
