Enable scroll

pull/4591/head
Cagatay Civici 2023-10-07 18:48:09 +03:00
parent 42159ac96d
commit 18e4f22686
1 changed files with 2 additions and 2 deletions

View File

@ -39,9 +39,9 @@ export default {
}
},
mounted() {
//this.scrollCurrentUrl();
this.scrollCurrentUrl();
//window.addEventListener('scroll', this.onScroll, { passive: true });
window.addEventListener('scroll', this.onScroll, { passive: true });
},
beforeUnmount() {
window.removeEventListener('scroll', this.onScroll, { passive: true });