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

Don't native insert in elements with white-space="pre" containing tab chars (#5045)

* don't native insert in elements with white-space="pre" containing tab chars

* apply suggestions from code review
This commit is contained in:
Eric Meier
2022-07-15 15:11:52 +02:00
committed by GitHub
parent abea3a3dd4
commit 0b2e6c79c0
2 changed files with 29 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
---
'slate-react': patch
---
Don't native insert inside blocks with whitespace="pre" containing tab chars to work around https://bugs.chromium.org/p/chromium/issues/detail?id=1219139