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
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
[web] Send the correct view ID with semantics actions (#56595)
Currently, all semantics actions that we send to the framework contain `viewId: 0`. This leads to issues such as flutter/flutter#158530 because the framework routes the pointer event to the wrong view.
Let's send the correct view ID with semantics actions.
Fixesflutter/flutter#158530
0 commit comments