mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 16:09:23 +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
134 B
Text
6 lines
134 B
Text
--- a ---
|
||
Before: foo👩🏼❤️👨🏻bar
|
||
After: foobar
|
||
--- b ---
|
||
Before: foo👩🏼❤️👨🏻bar
|
||
After: foobar
|