From b022d5fe06cab64f15bc59de2613e9059c359d9d Mon Sep 17 00:00:00 2001 From: Percs <83934299+Percslol@users.noreply.github.com> Date: Tue, 29 Apr 2025 10:29:38 -0500 Subject: [PATCH] turn off autocorrect on ui --- static/ui.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()}>