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
Description
When you are at the end of a block and hit the DEL key to trigger a deleteForward, the cursor jumps to the next block, deletes a character, then jumps back to the end of the block. it deletes the first character on the next block but leaves that block intact; it takes another key press on the delete key to merge the blocks.
Description
When you are at the end of a block and hit the
DEL
key to trigger adeleteForward
, the cursor jumps to the next block, deletes a character, then jumps back to the end of the block. it deletes the first character on the next block but leaves that block intact; it takes another key press on thedelete
key to merge the blocks.Recording
Sandbox
https://www.slatejs.org/examples/richtext
Steps
To reproduce the behavior:
https://www.slatejs.org/examples/richtext
DEL
key onceExpectation
The first character of the following block should be deleted and the two blocks should be merged into one.
Environment
The text was updated successfully, but these errors were encountered: