Add newline to todos example

... just for readability
This commit is contained in:
Héctor Ramón Jiménez 2021-07-22 20:37:12 +07:00
parent 29cc840cfa
commit 72d5d9b4bd
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -267,6 +267,7 @@ impl Task {
TaskMessage::Edit => {
let mut text_input = text_input::State::focused();
text_input.select_all();
self.state = TaskState::Editing {
text_input,
delete_button: button::State::new(),