mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
e6c04df5a1
Summary: Previously, if you were already inspecting an element, touching again would select a completely different element because the touch position was calculated relative to the current overlay. This fixes it. @public Test Plan: Open the inspector, click around, verify that every click selects the thing you clicked on.