🐛 Remove stopPropagation cause it's the default behavior in React Spectrum

pull/2116/head
Jérémy Rialland 2022-04-25 13:05:20 +02:00 committed by Jérémy Rialland
parent fd8f0f5db2
commit 704399e719
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ export default function Select({
case 'Enter':
submitFocusedElem()
e.preventDefault()
e.stopPropagation()
break
}
},