From de35f9b340dcc428db3a4f3a1ae7424b812b0813 Mon Sep 17 00:00:00 2001 From: KyleTait01 Date: Fri, 2 Feb 2024 15:14:58 +0000 Subject: [PATCH] remove smooth scrolling --- fe/map.html | 1 - 1 file changed, 1 deletion(-) diff --git a/fe/map.html b/fe/map.html index 7ea2fca..1cc3df7 100644 --- a/fe/map.html +++ b/fe/map.html @@ -528,7 +528,6 @@

Please allow location services...

if (listItem){ listItem.classList.add('selected'); - listItem.scrollIntoView({behavior:'smooth'}); } }) })