Added missing comma

This commit is contained in:
Eric Traut
2025-11-15 21:12:05 -08:00
parent 11e4ac94b7
commit 9c040d3db8

View File

@@ -256,7 +256,7 @@ impl TextArea {
{
// AltGr on many keyboards reports as Ctrl+Alt; treat it as a literal char.
self.insert_str(&c.to_string());
}
},
KeyEvent {
code: KeyCode::Backspace,
modifiers: KeyModifiers::ALT,