🐛 On peut maintenant passer une question pendant la saisie numérique

pull/206/head
mama 2018-02-06 18:14:35 +01:00 committed by Laurent Bossavit
parent d5d4e71e92
commit 0098a4c9e5
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ export default class IgnoreStepButton extends Component {
}
handleKeyDown({ key }) {
if (key !== 'Escape') return
document.activeElement.blur()
this.props.action()
}
componentWillUnmount() {