remove temporary work

This commit is contained in:
Mikayla Maki 2022-07-13 12:17:51 -07:00
parent 494c168c6f
commit 344e037406
3 changed files with 0 additions and 118 deletions

View file

@ -397,10 +397,6 @@ impl Element for TerminalEl {
cx.dispatch_action(Input(input.to_string()));
})
.is_some(),
Event::KeyDown(e) => {
dbg!(e);
false
}
_ => false,
}
}