build-dxf 0.1.163 → 0.1.164

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index3.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "build-dxf",
3
- "version": "0.1.163",
3
+ "version": "0.1.164",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
package/src/index3.js CHANGED
@@ -16832,7 +16832,7 @@ class PointDrag extends Command {
16832
16832
  const wallLine = new LineSegment();
16833
16833
  const wallObj = new Wall2D(wallLine, 0.02).setColor(new THREE.Color(65280));
16834
16834
  this.container.add(wallObj);
16835
- const lineSelector = new LineSelector(this.editor);
16835
+ const lineSelector = new LineSelector(this.editor).setType("all");
16836
16836
  lineSelector.onPointerMove = (_, line22) => {
16837
16837
  if (line22) {
16838
16838
  wallLine.copy(line22);