Compare commits
No commits in common. "8d57bf84bdf0a3ab1fcb32772b1b2896b0b39397" and "668f76c8edc8e72bbd79c964eb4a2389bd01e943" have entirely different histories.
8d57bf84bd
...
668f76c8ed
@ -433,7 +433,7 @@ export function useCanvasEvent() {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
zoom = canvasZoom - 10
|
zoom = canvasZoom - 10
|
||||||
if (zoom < 10) { //50%->10%
|
if (zoom < 50) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user