Description
Probably related to the changes introduced in WordPress/gutenberg#40480.
When a block is inserted by replacing a Paragraph block, the dragging gesture is disabled for that block while remains selected. However, this only happens after inserting the block, as the dragging works after selecting a different block and selecting the inserter block again.
How to reproduce it:
- Open a post/page.
- Add a Paragraph block and select it.
- Tap on the ➕ button to insert a block.
- Insert any block.
- Observe that the inserted block replaced the Paragraph block.
- Long-press over the inserted block.
- Observe that the dragging is not available.