completely missed the ESC check

I need sleep
This commit is contained in:
Michael Telatynski 2017-05-07 20:57:54 +01:00 committed by GitHub
parent 78e7272344
commit 360f1cd250

View file

@ -59,8 +59,10 @@ export default React.createClass({
// Don't let key down events get any further, so they only trigger this and nothing more
_onKeyDown: function(e) {
if (e.keyCode === KeyCode.ESCAPE) {
e.stopPropagation();
e.preventDefault();
}
},
// Must be when the key is released (and not pressed) otherwise componentWillUnmount