You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Objective
The `Interaction` component only gets set to `None` and `Pressed` atm.
fixes#21374
## Solution
The second while loop through `hovered_nodes` needs to reuse the
iterator from the first while loop. Instead it creates a new iterator
and sets `Interaction::None` for all hovered nodes, not just the ones
that are blocked.
0 commit comments