1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-27 00:54:22 +02:00

Fix the issue of composition API and beforeinput event triggering between Chrome versions 60-75 on the Android platform. (#5327)

* fix: The issue of composition API and beforeinput event triggering between Chrome versions 60-75 on the Android platform.

* feat: add changeset

* fix: update the logic of HAS_BEFORE_INPUT_SUPPORT
This commit is contained in:
陈耀耀
2023-03-03 01:11:19 +08:00
committed by GitHub
parent 96ad964bee
commit 4205e0f002
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
'slate-react': patch
---
Fix the issue of composition API and beforeinput event triggering between Chrome versions 60-75 on the Android platform.