step 3 compiled

This commit is contained in:
filipriec
2025-03-28 14:35:16 +01:00
parent 48b2658b55
commit f21953147b
2 changed files with 7 additions and 16 deletions

View File

@@ -22,16 +22,6 @@ impl AuthState {
current_cursor_pos: 0,
}
}
// These methods are now redundant since we implement CanvasState
// but we'll keep them for backward compatibility
pub fn get_current_input_mut(&mut self) -> &mut String {
self.get_current_input_mut()
}
pub fn get_current_input(&self) -> &str {
self.get_current_input()
}
}
impl CanvasState for AuthState {