Clean up debug code for image pinch zoom
This commit is contained in:
parent
49fa9c47e9
commit
5829cd98af
2 changed files with 1 additions and 18 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue