diff --git a/src/components/Images.vue b/src/components/Images.vue index e028a7600..a4d819c1c 100644 --- a/src/components/Images.vue +++ b/src/components/Images.vue @@ -378,7 +378,7 @@ export default { // Single touch or mouse down --> dragging if (this.pointerCache.length === 1 && this.dragging && !this.zooming && this.zoomRatio > 1) { - const {clientX, clientY} = event + const { clientX, clientY } = event const newShiftX = this.shiftX + (clientX - this.dragX) const newShiftY = this.shiftY + (clientY - this.dragY)