more updates in the split config

This commit is contained in:
filipriec
2025-03-21 13:15:43 +01:00
parent 1a55f9c066
commit c456caf405
2 changed files with 2 additions and 7 deletions

View File

@@ -178,11 +178,10 @@ impl EventHandler {
&mut self.key_sequence_tracker,
current_position,
total_count,
terminal,
grpc_client,
&mut self.command_message,
&mut self.edit_mode_cooldown,
&mut self.ideal_cursor_column,
grpc_client, // Moved to end
).await;
}
}