move comment

master
Bel LaPointe 2023-03-27 14:57:40 -06:00
parent 173bf045d9
commit 21d8cfb185
1 changed files with 2 additions and 2 deletions

View File

@ -244,8 +244,8 @@ impl Application for Main {
self.input_text_entry_value = payload;
},
Message::InputTextEntrySubmission => {
eprintln!("input text entry pushed: {}", self.input_text_entry_value);
self.input_text_entry_value = String::from(""); // TODO
eprintln!("input text entry pushed: {}", self.input_text_entry_value); // TODO do somethin with this
self.input_text_entry_value = String::from("");
},
Message::EventOccurred(event) if self.configuring.is_some() => {
match event {