mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-15 15:48:19 +00:00
The TextEditor widget was always accepting the Key_Escape event even if the `on_escape_pressed` was empty. In other words, it was discarding the event. This behavior prevented shortcuts to be activated at a higher level.