Fix bug with text input and keyboard shortcuts on token menu
This commit is contained in:
parent
3744364981
commit
62587e471a
@ -127,6 +127,8 @@ function TokenMenu({
|
||||
},
|
||||
}}
|
||||
autoComplete="off"
|
||||
onKeyDown={(e) => e.stopPropagation()}
|
||||
onKeyUp={(e) => e.stopPropagation()}
|
||||
/>
|
||||
</Flex>
|
||||
<Box
|
||||
|
Loading…
Reference in New Issue
Block a user