mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -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.