Compare commits

..

No commits in common. "49f632557c9dbd5ce1c4b343cdfe478331ec83df" and "8b4ef19dbf07e48b4870f98bfe5540ff4a8f9011" have entirely different histories.

View File

@ -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
} }
} }