Remove stray crash

This commit is contained in:
Joscha 2023-04-20 20:48:11 +02:00
parent 318f7e2a73
commit 3fb774e93e

View file

@ -82,7 +82,6 @@ impl<M: Msg, S: MsgStore<M>> ChatState<M, S> {
.tree .tree
.list_key_bindings(bindings, &self.cursor, can_compose), .list_key_bindings(bindings, &self.cursor, can_compose),
} }
todo!()
} }
pub async fn handle_input_event( pub async fn handle_input_event(