move comment
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user