mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02: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.
7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
--- a ---
|
||
Before: foo👩🏼❤️👨🏻bar
|
||
After: foobar
|
||
--- b ---
|
||
Before: foo👩🏼❤️👨🏻bar
|
||
After: foobar
|