dev #680

Merged
ysCha merged 220 commits from dev into dev-deploy 2026-03-03 19:58:23 +09:00
Showing only changes of commit 8d57bf84bd - Show all commits

View File

@ -433,7 +433,7 @@ export function useCanvasEvent() {
}
} else {
zoom = canvasZoom - 10
if (zoom < 50) {
if (zoom < 10) { //50%->10%
return
}
}