diff --git a/components/app/AudioPlayer.vue b/components/app/AudioPlayer.vue index c118a041..bd4fa97f 100644 --- a/components/app/AudioPlayer.vue +++ b/components/app/AudioPlayer.vue @@ -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) {