Skip to content

[iOS] Merging two paragraphs needs two backspaces to complete #1519

@hypest

Description

@hypest

Steps to reproduce:

  1. Start the demo app with this example content that is comprised of 2 paragraph blocks, the second of which is empty:
<!-- wp:paragraph -->
<p>Hello</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->
  1. Place the caret at the second block, currently displaying its placeholder text ("Start writing...")
  2. Hit "backspace" on the virtual keyboard. Observe that nothing happens. 💥
  3. Hit "backspace" again. Observe that the merge of the blocks completes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions