Clean up debug code for image pinch zoom

This commit is contained in:
Tusooa Zhu 2021-09-08 21:26:59 -04:00
parent 49fa9c47e9
commit 5829cd98af
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
2 changed files with 1 additions and 18 deletions

View file

@ -103,7 +103,6 @@ const MediaModal = {
this.$refs.pinchZoom.setTransform({ scale: 1, x: offsets[0], y: 0 })
},
handleSwipeEnd (sign) {
console.log('handleSwipeEnd:', sign)
this.$refs.pinchZoom.setTransform({ scale: 1, x: 0, y: 0 })
if (sign > 0) {
this.goNext()