build-dxf 0.1.38 → 0.1.39

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 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "build-dxf",
3
- "version": "0.1.38",
3
+ "version": "0.1.39",
4
4
  "description": "线段构建双线墙壁的dxf版本",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
package/src/index3.js CHANGED
@@ -10648,6 +10648,7 @@ class CommandFlowComponent extends Component {
10648
10648
  onChange && onChange(point, opt2);
10649
10649
  debouncing.cancle();
10650
10650
  e?.stopPropagation();
10651
+ e?.preventDefault();
10651
10652
  };
10652
10653
  const mouseup = (e) => {
10653
10654
  object3D.element.style.pointerEvents = "all";