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