(&mut self)
| 59 | } |
| 60 | |
| 61 | pub fn clear_input(&mut self) { |
| 62 | self.text_input.clear(); |
| 63 | self.refresh_command_menu(); |
| 64 | } |
| 65 | |
| 66 | /// Set input text programmatically (e.g. from skill selection) |
| 67 | pub fn set_input(&mut self, text: &str) { |
no test coverage detected