Skip to content

Commit

Permalink
fix: ens input focus (#2326)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir authored May 25, 2024
1 parent 3f98981 commit b2258c4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export class W3mRegisterAccountNameView extends LitElement {
>
<form ${ref(this.formRef)} @submit=${this.onSubmitName.bind(this)}>
<wui-ens-input
.disabled=${this.loading}
@inputChange=${this.onNameInputChange.bind(this)}
.errorMessage=${this.error}
.value=${this.name}
Expand Down

0 comments on commit b2258c4

Please sign in to comment.