Fix bug with text input and keyboard shortcuts on token menu

This commit is contained in:
Mitchell McCaffrey 2020-06-27 10:11:10 +10:00
parent 3744364981
commit 62587e471a

View File

@ -127,6 +127,8 @@ function TokenMenu({
}, },
}} }}
autoComplete="off" autoComplete="off"
onKeyDown={(e) => e.stopPropagation()}
onKeyUp={(e) => e.stopPropagation()}
/> />
</Flex> </Flex>
<Box <Box