From 298f3ea10e24f6d1096cc46e37310a3804f40b87 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Sat, 28 Mar 2020 17:17:12 +0200 Subject: [PATCH] remove stopPropagation usage in Intro --- src/routes/Intro/CredentialsTextInput/CredentialsTextInput.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Intro/CredentialsTextInput/CredentialsTextInput.js b/src/routes/Intro/CredentialsTextInput/CredentialsTextInput.js index 5eb5fc6e2..4c200c702 100644 --- a/src/routes/Intro/CredentialsTextInput/CredentialsTextInput.js +++ b/src/routes/Intro/CredentialsTextInput/CredentialsTextInput.js @@ -10,7 +10,7 @@ const CredentialsTextInput = React.forwardRef((props, ref) => { if (!event.nativeEvent.navigationPrevented) { if (['ArrowUp', 'ArrowDown', 'ArrowLeft', 'ArrowRight'].includes(event.key)) { - event.stopPropagation(); + event.nativeEvent.spatialNavigationPrevented = true; } if (event.key === 'ArrowDown') {