diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2021-09-08 21:26:59 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-13 12:02:02 -0400 |
| commit | 5829cd98af60b758ee3a39c35f76f4da95a630c3 (patch) | |
| tree | 3c2f47fbec2a5ab5d1f8babe007a73867a1122ad /src/components | |
| parent | 49fa9c47e961c44acc75b30cf8be69df1fdd7d0a (diff) | |
Clean up debug code for image pinch zoom
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/media_modal/media_modal.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/media_modal/media_modal.js b/src/components/media_modal/media_modal.js index 6a368508..4ed0b66f 100644 --- a/src/components/media_modal/media_modal.js +++ b/src/components/media_modal/media_modal.js @@ -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() |
