mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 00:02:02 +03:00
perf: Disable hide condition on page scroll (#603) @Larsluph
This commit is contained in:
parent
26120dcb1c
commit
f175a6af65
1 changed files with 0 additions and 6 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue