druid-todo-tutorial icon indicating copy to clipboard operation
druid-todo-tutorial copied to clipboard

copy paste error

Open Maikel1963 opened this issue 3 years ago • 0 comments

Hello Paul Now I am finished and though I yet not fully understand why you did some of the programming, it gives me serious clues how to structurize my own apps. In chapter 7 you didn't finish the Flex correct.

you wrote: Flex::row() .with_child(checkbox) .with_child(label) .with_flex_spacer(1.) .with_child(delete_button) .controller(TodoItemController let delete_button = Button::new("Delete").on_click(TodoItem::click_delete);

But the last line should be removed and replaced just by a closing ")"

Thanks for your work!

Maikel1963 avatar Sep 22 '21 08:09 Maikel1963