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.
- package/package.json +1 -1
- package/src/index3.js +1 -1
package/package.json
CHANGED
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);
|