mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix typo in code comment (#14836)
This commit is contained in:
committed by
Brandon Dail
parent
08e9554357
commit
c4d8ef6430
+1
-1
@@ -495,7 +495,7 @@ function makeSimulator(eventType) {
|
||||
|
||||
ReactDOM.unstable_batchedUpdates(function() {
|
||||
// Normally extractEvent enqueues a state restore, but we'll just always
|
||||
// do that since we we're by-passing it here.
|
||||
// do that since we're by-passing it here.
|
||||
enqueueStateRestore(domNode);
|
||||
runEventsInBatch(event);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user