Skip to content

Commit

Permalink
gallery - add removeEventListener call
Browse files Browse the repository at this point in the history
  • Loading branch information
kevodwyer committed Oct 1, 2024
1 parent 80bfce4 commit 65ee39c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/drive/DriveGallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ module.exports = {
}
},
close() {
window.removeEventListener("keyup", this.keyup);
this.pinging = false;
this.showWarning = false;
this.$emit("hide-gallery");
Expand Down

0 comments on commit 65ee39c

Please sign in to comment.