Prevent focus loss when selecting around the end of the last text block #4915
Labels
[Feature] Block Multi Selection
The ability to select and manipulate multiple blocks
[Feature] Writing Flow
Block selection, navigation, splitting, merging, deletion...
We allow a user to hold shift and select text inside a paragraph block. When the user starts to select text around the end of a paragraph, the down and right arrows can cause a focus loss (focus is set on
body
).Use case 1, pressing shift down in the last text block:
Use case 2, pressing shift rigth in the last text block:
In both cases, cross-block keyboard selection ideally shouldn't fire, neither when there's just one block on the page, nor when that block is the last block and you're selecting downwards.
The text was updated successfully, but these errors were encountered: