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
fix(SplitView): Ensure clicking outside SplitView pane closes the pane (microsoft#747)
A recent change to the touch handler to support cases where overlays that did not support any pointer events were used (so the underlying React view that did support pointer events could be reached) ignored the fact that some clicks simply don't belong to the React hierarchy (e.g., native app overlays, as is the case for SplitView).
This change first checks that the original pointer target actually belongs to the React before calculating the target using pointer events logic.
Fixesmicrosoft#746
0 commit comments