Merge pull request '[1217]줌 50->10%' (#270) from dev into dev-deploy
Reviewed-on: #270
This commit is contained in:
commit
49f632557c
@ -433,7 +433,7 @@ export function useCanvasEvent() {
|
||||
}
|
||||
} else {
|
||||
zoom = canvasZoom - 10
|
||||
if (zoom < 50) {
|
||||
if (zoom < 10) { //50%->10%
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user