mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix textchange event enqueueing
(Was broken by e1535fbd71d8c89c82cd9d9073c1ee97ee6a3b00.)
This commit is contained in:
@@ -140,8 +140,8 @@ var handlePropertyChange = function(nativeEvent) {
|
||||
// events and have it go through ReactEventTopLevelCallback. Since it
|
||||
// doesn't, we manually listen for the propertychange event and so we
|
||||
// have to enqueue and process the abstract event manually.
|
||||
EventPluginHub.enqueueAbstractEvents(abstractEvent);
|
||||
EventPluginHub.processAbstractEventQueue();
|
||||
EventPluginHub.enqueueEvents(abstractEvent);
|
||||
EventPluginHub.processEventQueue();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user