Scroll to top when using pagination

This commit is contained in:
bouaik
2024-11-01 11:39:41 +01:00
parent 49a24ebd33
commit 8709c137c7

View File

@@ -9,6 +9,8 @@ export default class extends Controller {
}
changePage(event) {
const productsForm = document.querySelector("#products-form");
productsForm.scrollIntoView({ behavior: "smooth" });
this.page.value = event.target.dataset.page;
this.submitSearch();
this.page.value = 1;