Upgraded dev menu

This commit is contained in:
Nick Lockwood
2015-05-01 06:21:03 -07:00
parent 67196b36bb
commit ba501a1bf5
8 changed files with 223 additions and 103 deletions

View File

@@ -582,7 +582,7 @@ var TextInput = React.createClass({
var counter = event.nativeEvent.eventCounter;
if (counter > this.state.mostRecentEventCounter) {
this.setState({mostRecentEventCounter: counter});
}
}
},
});