mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Remove check for _wrapperState.pendingUpdate.
We can just set it to true regardless.
This commit is contained in:
@@ -236,7 +236,7 @@ function _handleChange(event) {
|
||||
var props = this._currentElement.props;
|
||||
var returnValue = LinkedValueUtils.executeOnChange(props, event);
|
||||
|
||||
if (this._rootNodeID && !this._wrapperState.pendingUpdate) {
|
||||
if (this._rootNodeID) {
|
||||
this._wrapperState.pendingUpdate = true;
|
||||
}
|
||||
ReactUpdates.asap(updateOptionsIfPendingUpdateAndMounted, this);
|
||||
|
||||
Reference in New Issue
Block a user