mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 18:15:01 +02:00
Update:Allow swiping down anywhere on fullscreen audio player to minimize #1046
This commit is contained in:
parent
c9fb98f033
commit
6e6dd00523
1 changed files with 0 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue