mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
FIX: Hide context menu
This commit is contained in:
parent
b9b94011c4
commit
279f63b9d0
1 changed files with 1 additions and 0 deletions
|
@ -375,6 +375,7 @@ export class BlueFormMultiInput extends Component {
|
|||
onSelectionChange={this.onSelectionChange}
|
||||
selection={this.state.selection}
|
||||
keyboardType={Platform.OS === 'android' ? 'visible-password' : 'default'}
|
||||
contextMenuHidden
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue