mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-08 19:54:09 +00:00
Use unmounted instead.
This commit is contained in:
@@ -179,7 +179,7 @@ export default {
|
||||
this.active = false;
|
||||
window.removeEventListener("scroll", this.handleScroll);
|
||||
},
|
||||
beforeUnmount() {
|
||||
unmounted() {
|
||||
window.removeEventListener("scroll", this.handleScroll);
|
||||
},
|
||||
methods: {
|
||||
|
Reference in New Issue
Block a user