fixed unused terminalcore implementation
This commit is contained in:
@@ -131,11 +131,10 @@ impl EventHandler {
|
||||
form_state,
|
||||
&mut self.ideal_cursor_column,
|
||||
&mut self.command_message,
|
||||
terminal,
|
||||
is_saved,
|
||||
current_position,
|
||||
total_count,
|
||||
grpc_client, // Moved to end to match parameter order
|
||||
grpc_client,
|
||||
).await?;
|
||||
|
||||
self.key_sequence_tracker.reset();
|
||||
|
||||
Reference in New Issue
Block a user