fixed unused terminalcore implementation

This commit is contained in:
filipriec
2025-03-21 14:27:20 +01:00
parent 14f8785c5b
commit c46bbc26e1
2 changed files with 2 additions and 5 deletions

View File

@@ -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();