mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-07 12:28:50 +02:00
Update:Allow swiping down anywhere on fullscreen audio player to minimize #1046
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user