remove temporary work
This commit is contained in:
parent
494c168c6f
commit
344e037406
3 changed files with 0 additions and 118 deletions
|
@ -397,10 +397,6 @@ impl Element for TerminalEl {
|
|||
cx.dispatch_action(Input(input.to_string()));
|
||||
})
|
||||
.is_some(),
|
||||
Event::KeyDown(e) => {
|
||||
dbg!(e);
|
||||
false
|
||||
}
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue