@wandelbots/wandelbots-js-react-components 1.13.1 → 1.13.2

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/dist/index.js CHANGED
@@ -15574,7 +15574,7 @@ const P_ = ({
15574
15574
  e.selectedDiscreteIncrement ? "increment" : "cartesian",
15575
15575
  {
15576
15576
  tcpId: e.selectedTcpId,
15577
- coordSystemId: e.selectedCoordSystemId
15577
+ coordSystemId: e.activeCoordSystemId
15578
15578
  }
15579
15579
  );
15580
15580
  }
@@ -15587,7 +15587,7 @@ const P_ = ({
15587
15587
  await e.jogger.runIncrementalCartesianMotion({
15588
15588
  currentTcpPose: b,
15589
15589
  currentJoints: y,
15590
- coordSystemId: e.selectedCoordSystemId,
15590
+ coordSystemId: e.activeCoordSystemId,
15591
15591
  velocityInRelevantUnits: e.velocityInCurrentUnits,
15592
15592
  axis: h.axis,
15593
15593
  direction: h.direction,