mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-23 00:19:18 +00:00
We currently delete a single code unit. If the user presses backspace on a multi code point emoji, they are going to expect the entire emoji to be removed. This now matches the behavior of Chrome and Firefox.
6 lines
105 B
Text
6 lines
105 B
Text
--- a ---
|
||
Before: foobar
|
||
After: fobar
|
||
--- b ---
|
||
Before: foo👩🏼❤️👨🏻bar
|
||
After: foobar
|