Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Dariusz Olszewski <[email protected]>
  • Loading branch information
starypatyk committed Mar 10, 2024
1 parent 1f0fced commit 698afa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Images.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 698afa4

Please sign in to comment.