From 0098a4c9e5aed8117b57a0f21413d24535928fc3 Mon Sep 17 00:00:00 2001 From: mama Date: Tue, 6 Feb 2018 18:14:35 +0100 Subject: [PATCH] =?UTF-8?q?:bug:=20On=20peut=20maintenant=20passer=20une?= =?UTF-8?q?=20question=20pendant=20la=20saisie=20num=C3=A9rique?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/conversation/IgnoreStepButton.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/components/conversation/IgnoreStepButton.js b/source/components/conversation/IgnoreStepButton.js index c1ec635bf..ea40f910d 100644 --- a/source/components/conversation/IgnoreStepButton.js +++ b/source/components/conversation/IgnoreStepButton.js @@ -14,6 +14,7 @@ export default class IgnoreStepButton extends Component { } handleKeyDown({ key }) { if (key !== 'Escape') return + document.activeElement.blur() this.props.action() } componentWillUnmount() {