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);