mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
DEL: Remove contextMenuHidden
This commit is contained in:
parent
3bd3cf4b58
commit
4df710c985
2 changed files with 0 additions and 2 deletions
|
@ -516,7 +516,6 @@ export const BlueFormMultiInput = props => {
|
|||
autoCorrect={false}
|
||||
autoCapitalize="none"
|
||||
spellCheck={false}
|
||||
{...props}
|
||||
selectTextOnFocus={false}
|
||||
keyboardType={Platform.OS === 'android' ? 'visible-password' : 'default'}
|
||||
/>
|
||||
|
|
|
@ -150,7 +150,6 @@ const WalletsImport = () => {
|
|||
<BlueSpacing20 />
|
||||
<BlueFormMultiInput
|
||||
value={importText}
|
||||
contextMenuHidden={!isDesktop}
|
||||
onChangeText={setImportText}
|
||||
testID="MnemonicInput"
|
||||
inputAccessoryViewID={BlueDoneAndDismissKeyboardInputAccessory.InputAccessoryViewID}
|
||||
|
|
Loading…
Add table
Reference in a new issue