we compiled fully, time to move grpc calls now

This commit is contained in:
filipriec
2025-03-31 12:07:01 +02:00
parent f71498703a
commit 87cdb8048d
10 changed files with 8 additions and 15 deletions

View File

@@ -1,4 +1,3 @@
// src/modes/canvas/read_only.rs
use crossterm::event::{KeyEvent};
@@ -187,11 +186,6 @@ async fn execute_action(
command_message.clear();
Ok("".to_string())
}
"exit_edit_mode" => {
key_sequence_tracker.reset();
command_message.clear();
Ok("".to_string())
}
"move_left" => {
let current_pos = form_state.current_cursor_pos;
form_state.current_cursor_pos = current_pos.saturating_sub(1);