zsviczian 1 년 전
부모
커밋
fa0e653236
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/LaserTool/LaserPathManager.ts

+ 1 - 1
src/components/LaserTool/LaserPathManager.ts

@@ -112,7 +112,7 @@ export class LaserPathManager {
       const { x, y } = this.container.getBoundingClientRect();
       this.container.style.top = `${-y}px`;
       this.container.style.left = `${-x}px`;
-    }    
+    }
     this.ownState.currentPath = instantiatePath();
     this.ownState.currentPath.addPoint([x, y, performance.now()]);
     this.updatePath(this.ownState);