auto: 2026-08-29 16:49 (EOMSANGDON-HOME)

This commit is contained in:
2026-08-29 16:49:38 +09:00
parent ce0bc7d234
commit effd5e59d3
2 changed files with 2 additions and 2 deletions
@@ -69,7 +69,6 @@ export class ScreenCanvasDrawController implements DrawController {
}
public setScreenScale(newScreenScale: number) {
console.log(`set screen scale: ${newScreenScale}`);
this.screenScale = newScreenScale;
triggerReactUpdate(StateVariable.screenZoom);
}