mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove change from cb77f94 that breaks ens inputs in send flow (#15069)
This commit is contained in:
parent
cb77f94bc5
commit
c3623ab729
@ -37,7 +37,6 @@ export default class EnsInput extends Component {
|
||||
|
||||
onPaste = (event) => {
|
||||
if (event.clipboardData.items?.length) {
|
||||
event.preventDefault();
|
||||
const clipboardItem = event.clipboardData.items[0];
|
||||
clipboardItem?.getAsString((text) => {
|
||||
const input = text.trim();
|
||||
|
Loading…
x
Reference in New Issue
Block a user