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

Fix pasting content with newlines on Android (#5359)

* Improve InputEvent data type

* Fix insertion of content with newlines on Android

* Slice the trailing newline off of pasted text

* Add changeset
This commit is contained in:
Jason Cheatham
2023-03-16 09:02:15 -04:00
committed by GitHub
parent 4399935690
commit 9825d29b87
2 changed files with 40 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
---
'slate-react': patch
---
Fix an issue on Android where content containing a newline wouldn't be pasted properly