This commit is contained in:
filipriec
2025-03-30 00:51:11 +01:00
parent 9622e0bd3c
commit 6e0943f0cc
7 changed files with 97 additions and 80 deletions

View File

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