Skip to content

Commit

Permalink
perf: Disable hide condition on page scroll (VueTorrent#603) @Larsluph
Browse files Browse the repository at this point in the history
  • Loading branch information
Larsluph authored Jan 14, 2023
1 parent 26120dc commit f175a6a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -294,12 +294,6 @@ export default {
document.addEventListener('dragenter', this.detectDragEnter)
this.$store.state.selectMode = false
window.scrollTo(0, 0)
document.addEventListener(
'scroll',
function () {
this.trcMenu.show = false
}.bind(this)
)
},
created() {
this.$store.dispatch('INIT_INTERVALS')
Expand Down

0 comments on commit f175a6a

Please sign in to comment.