From 1c60835e8e11d2ba078ac82b1c45b16a074bad0c Mon Sep 17 00:00:00 2001 From: ZhymabekRoman Date: Fri, 20 Sep 2024 18:41:00 +0500 Subject: [PATCH] ui: add autofocus (PR GH #26 by @mayeenulislam) Source: https://github.com/Freedium-cfd/web/pull/26 --- web/server/templates/url_box.html | 1 + 1 file changed, 1 insertion(+) diff --git a/web/server/templates/url_box.html b/web/server/templates/url_box.html index 0b29996..3821a45 100644 --- a/web/server/templates/url_box.html +++ b/web/server/templates/url_box.html @@ -24,6 +24,7 @@ type="text" placeholder="Enter Medium post link" class="w-full focus:outline-none text-green-500 dark:bg-gray-600 border-gray-300" + autofocus />