Update components/app/AudioPlayer.vue

This commit is contained in:
advplyr 2024-01-01 10:51:46 -06:00 committed by GitHub
parent 3315f61ae4
commit 98a465c7b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -860,7 +860,7 @@ export default {
window.addEventListener('resize', this.screenOrientationChange)
this.$eventBus.$on('minimize-player', this.minimizePlayerEvt)
document.body.addEventListener('touchstart', this.touchstart, {passive: false})
document.body.addEventListener('touchstart', this.touchstart, { passive: false })
document.body.addEventListener('touchend', this.touchend)
document.body.addEventListener('touchmove', this.touchmove)
this.$nextTick(this.init)