diff --git a/static/ui.js b/static/ui.js
index 284bf42..85c5bfe 100644
--- a/static/ui.js
+++ b/static/ui.js
@@ -231,7 +231,8 @@ function BrowserApp() {
- {
+ {
this.url = e.target.value;
}} on:keyup=${(e) => e.keyCode == 13 && (store.url = this.url) && handleSubmit()}>