Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
  • Loading branch information
starypatyk authored and skjnldsv committed Aug 22, 2024
1 parent 1d54cd1 commit 62842db
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 62842db

Please sign in to comment.