Skip to content

Commit 9b3072c

Browse files
committed
Merge branch 'dev' into improve-styles
2 parents c503f42 + 43a2a2d commit 9b3072c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/util/Zoomy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,12 +310,12 @@ var Zoomy = {
310310
} else {
311311
this.image.zoom = zoom;
312312
}
313-
313+
314314
if (this.image.zoom < this.image.minZoom) {
315315
this.image.zoom = this.image.minZoom;
316316
}
317317

318-
// prevent infinite zoom
318+
// prevent infinite zoom
319319
if (this.image.zoom > 10) {
320320
this.image.zoom = 10;
321321
}

0 commit comments

Comments
 (0)