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:
5
.changeset/sour-lions-juggle.md
Normal file
5
.changeset/sour-lions-juggle.md
Normal 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
|
Reference in New Issue
Block a user