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

fix DOM selection can not be updated when use composition input on Safari #3196 (#3698)

* fix DOM selection can not be updated when use composition input on Safari #3196

* Update editable.tsx

* Create dry-deers-applaud.md

Co-authored-by: Ian Storm Taylor <ian@ianstormtaylor.com>
This commit is contained in:
pubuzhixing8
2021-04-01 05:06:31 +08:00
committed by GitHub
parent 6799dfd228
commit bf83f333e6
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
'slate-react': patch
---
Fixed selection updating with IME inputs in browsers that support `beforeinput`.