From c71b4f83abb2697781f8e6eafa8ad35f924fbdf7 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Tue, 1 Mar 2022 21:25:13 +0800 Subject: many changes (will list in a bit) --- features/settings/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'features/settings') diff --git a/features/settings/index.js b/features/settings/index.js index 872b25c..701da01 100644 --- a/features/settings/index.js +++ b/features/settings/index.js @@ -135,6 +135,7 @@ class SettingPage extends GuiPage { this.updateSettingCategories() this.settingsCategoryArea.location.scroll.x.set(0, 0) this.settingsCategoryArea.location.scroll.y.set(0, 0) + this.settingsCategoryArea._scrollAmount = 0 } updateSettingCategories(){ @@ -241,6 +242,7 @@ class SettingPage extends GuiPage { this.settingsArea.location.scroll.x.set(0, 0) this.settingsArea.location.scroll.y.set(0, 0) + this.settingsArea._scrollAmount = 0 } } -- cgit