Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly pass the
HAS_ACTIVE
state up (#148)
* Correctly pass the `HAS_ACTIVE` state up Previously, this was being overwritten by each widget as the event went up the tree, so only the root widget could be active This aligns this code with the druid version (see https://github.com/linebender/druid/blob/e53a5ab72c40191b3f92edef9ebf4da07da254f3/druid/src/core.rs#L812) * Add a comment on suspect is_active
- Loading branch information