Smooth scroll to top when paginating records

This commit is contained in:
Claudio Ortolina
2024-12-08 15:18:14 +01:00
parent 517a5e26fa
commit 7e31c95839
4 changed files with 13 additions and 6 deletions
+3
View File
@@ -40,6 +40,9 @@ window.addEventListener("music_library:clipcopy", (event) => {
alert("Sorry, your browser does not support clipboard copy.");
}
});
window.addEventListener("music_library:scroll_top", (event) => {
window.scrollTo(0, 0);
});
// connect if there are any LiveViews on the page
liveSocket.connect()