RevokeCash / revoke.cash

❌ Revoke or update your token approvals
https://revoke.cash
MIT License
674 stars 238 forks source link

Search box does not submit when pressing enter while name is resolving #162

Closed rkalis closed 10 months ago

rkalis commented 10 months ago

The address search box resolves ENS names before navigating, to make sure it actually resolves first. However, if you press enter while it is resolving, then it doesn't do anything.

Ideally, if you press enter while it is resolving, then it should auto-submit once the name successfully resolves, and do nothing if it does not resolve successfully.

rkalis commented 10 months ago

Solved in #163