We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa78d25 commit fef3d8fCopy full SHA for fef3d8f
crates/egui/src/widgets/text_edit/builder.rs
@@ -1171,7 +1171,8 @@ fn remove_ime_incompatible_events(events: &mut Vec<Event>) {
1171
| Key::ArrowUp
1172
| Key::ArrowDown
1173
| Key::ArrowLeft
1174
- | Key::ArrowRight,
+ | Key::ArrowRight
1175
+ | Key::Enter,
1176
..
1177
}
1178
)
0 commit comments