mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
Since Escape takes focus away from the text field, it makes more sense for it to cancel the change rather than confirm it. This only matters if `update_while_editing` is set to false, of course.