Skip to content

Commit c3623ab

Browse files
authored
Remove change from cb77f94 that breaks ens inputs in send flow (#15069)
1 parent cb77f94 commit c3623ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/pages/send/send-content/add-recipient/ens-input.component.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export default class EnsInput extends Component {
3737

3838
onPaste = (event) => {
3939
if (event.clipboardData.items?.length) {
40-
event.preventDefault();
4140
const clipboardItem = event.clipboardData.items[0];
4241
clipboardItem?.getAsString((text) => {
4342
const input = text.trim();

0 commit comments

Comments
 (0)