diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-03-01 21:25:13 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-03-01 21:25:13 +0800 |
commit | c71b4f83abb2697781f8e6eafa8ad35f924fbdf7 (patch) | |
tree | 7e992f047e1b19864cea8cee1671573a44cf20de /features/settings | |
parent | 556eedeb7d58909cb716abe16d2c40910acdc43c (diff) | |
download | SoopyV2-c71b4f83abb2697781f8e6eafa8ad35f924fbdf7.tar.gz SoopyV2-c71b4f83abb2697781f8e6eafa8ad35f924fbdf7.tar.bz2 SoopyV2-c71b4f83abb2697781f8e6eafa8ad35f924fbdf7.zip |
many changes (will list in a bit)
Diffstat (limited to 'features/settings')
-rw-r--r-- | features/settings/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
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 } } |