1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-28 01:19:52 +02:00

Fix android linebreak deletion bug (#5908)

* removed unnecessary edge case deletion logic on android

* woops looks like that edge case was necessary after all. readding it with extra logic to handle forward deletion

* changeset and lint
This commit is contained in:
nabbydude
2025-06-25 11:45:32 -04:00
committed by GitHub
parent 94fb04a42c
commit 06b21fdca3
2 changed files with 20 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
---
'slate-react': patch
---
Fixed issue on android where deleting forward at the end of a block would delete the first character in the next block instead of the linebreak