Checkpoint

This commit is contained in:
Antonio Scandurra 2023-10-19 19:50:44 +02:00
parent 1343ea66c9
commit 9e20ccc01a
2 changed files with 3 additions and 3 deletions

View file

@ -69,7 +69,7 @@ impl FocusStory {
println!("Action A dispatched on parent during {:?}", phase);
})
.on_action(|_, action: &ActionB, phase, cx| {
println!("Action A dispatched on parent during {:?}", phase);
println!("Action B dispatched on parent during {:?}", phase);
})
.focusable(&parent)
.on_focus(|_, _, _| println!("Parent focused"))