mirror of
https://github.com/emilk/egui.git
synced 2026-07-15 19:18:54 +00:00
1ae2d2803a
I wanted to disable the return key functionality on my `TextEdit`, so that the `TextEdit` doesn't get unfocused whenever the user submits a command onto my developer console (which is also bound to <kbd>↵ Enter</kbd>).