Fix action dispatching...

This commit is contained in:
Conrad Irwin 2023-11-13 18:56:59 -07:00
parent abdaa3105b
commit 06f3c60be8
2 changed files with 2 additions and 1 deletions

View file

@ -424,6 +424,7 @@ impl<'a> WindowContext<'a> {
.dispatch_tree
.focusable_node_id(focus_handle.id)
{
cx.propagate_event = true;
cx.dispatch_action_on_node(node_id, action);
}
})