1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 02:49:56 +02:00

fix: fix onCompositionEnd update error (#5576)

* fix: fix onCompositionEnd update error

* Update packages/slate-react/src/components/editable.tsx

* add changeset

* Update .changeset/lazy-trainers-learn.md

---------

Co-authored-by: linqirong <609413692@qq.com>
Co-authored-by: Dylan Schiemann <dylan@dojotoolkit.org>
This commit is contained in:
qirong77
2023-12-06 23:59:21 +08:00
committed by GitHub
parent 26351b900f
commit 8ce52fd494
2 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
'slate-react': patch
---
fix onCompositionEnd update error.