Re-added the selection message

This commit is contained in:
Brian Vaughn
2019-04-23 13:43:38 -07:00
parent 4dcb34ea32
commit 1e5c0b7856
@@ -126,6 +126,9 @@ function InspectedElementContextController({ children }: Props) {
// We'll poll for an update in the response handler below.
sendRequest();
// Update the $r variable.
bridge.send('selectElement', { id: selectedElementID, rendererID });
const onInspectedElement = (
inspectedElementResponse: InspectedElementResponse | null
) => {