Explorar el Código

update_2020.12.03_12:03

zhangyu hace 4 años
padre
commit
dc1f91a997
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/lib/item/SPlanZone.ts

+ 0 - 1
src/lib/item/SPlanZone.ts

@@ -193,7 +193,6 @@ export class SPlanZone extends SGraphEdit {
                         obj.moveTo(item.pos.x, item.pos.y);
                     } else {
                         const avgPos = this.getAverageVal();
-                        // console.log(avgPos.avgY - this.font.size * (0.5 * val.length - 0.5 - index))
                         obj.moveTo(avgPos.avgX, avgPos.avgY - this.font.size * (0.5 * val.length - 0.5 - index));
                     }