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

Fix backspace for more grapheme clusters (#5890)

* Fix backspace for more grapheme clusters (#5887)

This fix is specifically for the following languages:
- Burmese
- Hindi
- Khmer
- Malayalam
- Oriya
- Punjabi
- Tamil
- Telugu

* Clean up code formatting around fixing backspace with grapheme clusters

* Add changeset for backspace fix for additional grapheme clusters

* Improve code formatting to align with prettier code style
This commit is contained in:
Blaine Olin
2025-06-10 18:27:58 -04:00
committed by GitHub
parent bcbc64d944
commit 9862ae71bf
2 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
'slate': patch
---
Handle backspace correctly for grapheme clusters in Burmese, Hindi, Khmer, Malayalam, Oriya, Punjabi, Tamil, and Telugu.