1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-20 06:01:24 +02:00

Fix edge-cases when text leaf nodes are deleted (#5325)

This commit is contained in:
Claudéric Demers
2023-03-02 12:13:36 -05:00
committed by GitHub
parent 4205e0f002
commit af3f828b12
3 changed files with 76 additions and 30 deletions

View File

@@ -0,0 +1,5 @@
---
'slate-react': patch
---
Fix edge-cases in the Android input manager when text leaf nodes are deleted, such as when deleting text leaf nodes adjacent to inline void nodes.