working inputting characters

This commit is contained in:
filipriec
2025-04-05 13:34:38 +02:00
parent 1eaa716f42
commit 7fd1c1e41d
4 changed files with 159 additions and 78 deletions

View File

@@ -84,7 +84,7 @@ pub async fn execute_edit_action<S: CanvasState>(
return Ok("Error: insert_char called without a char key."
.to_string());
}
Ok("".to_string())
Ok("working?".to_string())
}
"delete_char_backward" => {