mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-02 00:54:30 +02:00
Update:Remove toast for mark as finished #718
This commit is contained in:
parent
953bde5a42
commit
5a953464ab
7 changed files with 41 additions and 116 deletions
|
@ -316,7 +316,7 @@ export default {
|
|||
if (this.touchstartTime && Date.now() - this.touchstartTime < 250) {
|
||||
return
|
||||
}
|
||||
console.log('touchstart', e)
|
||||
|
||||
this.touchstartX = e.touches[0].screenX
|
||||
this.touchstartY = e.touches[0].screenY
|
||||
this.touchstartTime = Date.now()
|
||||
|
@ -326,7 +326,7 @@ export default {
|
|||
if (this.touchIdentifier !== e.changedTouches[0].identifier) {
|
||||
return
|
||||
}
|
||||
console.log('touchend', e)
|
||||
|
||||
this.touchendX = e.changedTouches[0].screenX
|
||||
this.touchendY = e.changedTouches[0].screenY
|
||||
this.handleGesture()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue