mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-10-13 02:48:44 +00:00
Fix scrolling issue.
Looks like Vue Router's scrollBehavior is broken.
This commit is contained in:
@@ -149,6 +149,7 @@ export default {
|
||||
this.getVideoData();
|
||||
this.getSponsors();
|
||||
this.getComments();
|
||||
window.scrollTo(0, 0);
|
||||
}
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user