Checkpoint
This commit is contained in:
parent
1343ea66c9
commit
9e20ccc01a
2 changed files with 3 additions and 3 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue