remove stopPropagation usage in Intro

This commit is contained in:
nklhrstv 2020-03-28 17:17:12 +02:00
parent 4eb605a1b7
commit 298f3ea10e

View file

@ -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') {