From 8f9396c7912c4175c3f5ed36edff315e04634ed9 Mon Sep 17 00:00:00 2001 From: Mohammad Mahdi Date: Mon, 10 Mar 2025 15:58:48 +0330 Subject: [PATCH] Minor UX improvement to web UI --- Web/wwwroot/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Web/wwwroot/index.html b/Web/wwwroot/index.html index 1066767..7e5a92e 100755 --- a/Web/wwwroot/index.html +++ b/Web/wwwroot/index.html @@ -269,6 +269,7 @@ postImage.onload = () => { postImage.classList.remove('loading'); + window.scrollTo(0, document.body.scrollHeight); }; postImage.onerror = () => {