reverting back fully

This commit is contained in:
filipriec
2025-03-30 13:15:51 +02:00
parent fd6a9b73be
commit 0a4f59cf8e
4 changed files with 78 additions and 19 deletions

View File

@@ -143,6 +143,7 @@ impl EventHandler {
return read_only::handle_read_only_event(
key,
config,
form_state,
&mut self.key_sequence_tracker,
current_position,
total_count,
@@ -150,7 +151,6 @@ impl EventHandler {
&mut self.command_message,
&mut self.edit_mode_cooldown,
&mut self.ideal_cursor_column,
form_state,
).await;
},