react-native-macos/Libraries
Jared Forsyth e6c04df5a1 fix bug with inspector clicking
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.
2015-06-01 18:02:26 -08:00
..
ART [ReactNative] clean lint in all of Libraries/ 2015-05-19 13:47:04 -08:00
ActionSheetIOS [ReactNative] Fix analyze errors on oss 2015-04-24 08:28:35 -08:00
AdSupport [ReactNative] Fix analyze errors on oss 2015-04-24 08:28:35 -08:00
Animation [ReactNative] Remove AnimationUtils tests 2015-05-29 15:24:47 -08:00
AppRegistry [ErrorMessage] Change error message when app is not registered 2015-05-31 13:14:02 -08:00
AppStateIOS add missing require("Map") 2015-05-26 15:08:33 -08:00
BatchedBridge [Bridge] Add support for JS async functions to RCT_EXPORT_METHOD 2015-06-01 10:50:06 -08:00
CameraRoll [CameraRoll] support fetching videos from the camera roll 2015-06-01 15:57:32 -08:00
Components [ReactNative] Unbreak flow errors 2015-05-29 14:24:00 -08:00
CustomComponents [ReactNative] Navigator block touches on scene when navigating 2015-06-01 16:35:43 -08:00
Device flowify some Libraries 2015-03-25 11:09:54 -08:00
Fetch [ReactNative] clean lint in all of Libraries/ 2015-05-19 13:47:04 -08:00
Geolocation [GeoLocation] invalidate timer after success or error callback 2015-05-26 14:59:14 -08:00
Image [CameraRoll] support fetching videos from the camera roll 2015-06-01 15:57:32 -08:00
Interaction InteractionManager: DEV warning for possibly unclosed handles 2015-05-20 16:54:03 -08:00
JavaScriptAppEngine revert D2087892 2015-05-31 11:35:55 -08:00
LinkingIOS Updates from Fri 24 Apr 2015-04-24 11:46:18 -07:00
NativeApp [ReactNative] Add "RCTNativeAppEventEmitter" 2015-05-15 16:57:18 -08:00
Network Removed redundant JSON encode/decode from RCTDataManager 2015-06-01 08:35:56 -08:00
Picker [ReactNative] Rename ReactIOS JS module (and relatives) to ReactNative. 2015-05-13 13:24:35 -07:00
PushNotificationIOS [ReactNative] clean lint in all of Libraries/ 2015-05-19 13:47:04 -08:00
RCTTest [ReactNative] Add AppEventsTest 2015-05-20 00:31:50 -08:00
RKBackendNode [ReactNative] clean lint in all of Libraries/ 2015-05-19 13:47:04 -08:00
ReactIOS fix bug with inspector clicking 2015-06-01 18:02:26 -08:00
ReactNative Set constructor properly in createReactNativeComponentClass 2015-05-31 12:59:53 -08:00
Settings [ReactNative] clean lint in all of Libraries/ 2015-05-19 13:47:04 -08:00
Storage Make AsyncStorage types match the implementations 2015-05-01 18:26:11 -08:00
StyleSheet [ReactNative] clean lint in all of Libraries/ 2015-05-19 13:47:04 -08:00
Text Fixed text update on OSS 2015-06-01 08:44:11 -08:00
Utilities [Timers] Batch setImmediate handlers 2015-06-01 16:23:12 -08:00
Vibration [ReactNative] Fix analyze errors on oss 2015-04-24 08:28:35 -08:00
WebSocket Fixed RCTWebSocket and chrome debugging in OSS 2015-05-15 11:37:07 -08:00
react-native [ReactNative] Add "RCTNativeAppEventEmitter" 2015-05-15 16:57:18 -08:00
vendor [JS] Faster crc32 2015-05-22 09:45:41 -08:00
Inspector.js [ReactNative] Element Inspector 2015-05-26 11:19:49 -08:00
Promise.js Replace ES6Promise with Promise 2015-04-15 06:06:29 -08:00