DEL: Remove contextMenuHidden

This commit is contained in:
Marcos Rodriguez Vélez 2021-11-09 16:34:28 -05:00
parent 3bd3cf4b58
commit 4df710c985
No known key found for this signature in database
GPG key ID: 0D64671698D11C5C
2 changed files with 0 additions and 2 deletions

View file

@ -516,7 +516,6 @@ export const BlueFormMultiInput = props => {
autoCorrect={false}
autoCapitalize="none"
spellCheck={false}
{...props}
selectTextOnFocus={false}
keyboardType={Platform.OS === 'android' ? 'visible-password' : 'default'}
/>

View file

@ -150,7 +150,6 @@ const WalletsImport = () => {
<BlueSpacing20 />
<BlueFormMultiInput
value={importText}
contextMenuHidden={!isDesktop}
onChangeText={setImportText}
testID="MnemonicInput"
inputAccessoryViewID={BlueDoneAndDismissKeyboardInputAccessory.InputAccessoryViewID}