This commit is contained in:
f4ilji
2025-01-10 16:04:36 +05:00
parent 8106493216
commit 1d6ff295d1
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -37,7 +37,6 @@ export const linksReform = {
reactiveLinks.forEach(link => {
link.addEventListener('click', (event) => {
event.preventDefault();
this.clearBodyStyles();
const url = link.getAttribute('href');
this.$inertia.visit(url, {
preserveScroll: false,