1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-18 05:01:17 +02:00

Ignore selectionchange events originating from <input> and <textarea> elements (#5795)

* Ignore `selectionchange` events originating from `<input>` and `<textarea>` elements

* Linter fixes
This commit is contained in:
Joe Anderson
2025-01-20 15:08:46 +00:00
committed by GitHub
parent 6aace0d017
commit f456dfbf13
2 changed files with 20 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
---
'slate-react': patch
---
Ignore selectionchange events originating from input and textarea elements (addresses Chrome bug https://issues.chromium.org/issues/389368412)