From 4b9930c9e92679ce857e0fab1a301fb420ec5475 Mon Sep 17 00:00:00 2001 From: vapormusic Date: Thu, 9 Dec 2021 16:03:41 +0700 Subject: [PATCH] might as well do this --- resources/cider-ui-tests/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/cider-ui-tests/index.js b/resources/cider-ui-tests/index.js index b78e56c4..90ed6043 100644 --- a/resources/cider-ui-tests/index.js +++ b/resources/cider-ui-tests/index.js @@ -159,6 +159,8 @@ const app = new Vue({ }, watch: { page: () => {document.getElementById("app-content").scrollTo(0,0);}, + showingPlaylist: () => {document.getElementById("app-content").scrollTo(0,0);}, + artistPage: () => {document.getElementById("app-content").scrollTo(0,0);}, }, methods: { async init() {