Update:Allow swiping down anywhere on fullscreen audio player to minimize #1046

This commit is contained in:
advplyr 2024-02-01 17:51:10 -06:00
parent c9fb98f033
commit 6e6dd00523

View file

@ -653,10 +653,6 @@ export default {
}
this.touchStartY = e.changedTouches[0].screenY
if (this.touchStartY > window.innerHeight / 3) {
// console.log('touch too low')
return
}
this.touchStartTime = Date.now()
},
touchend(e) {