@viamrobotics/motion-tools 1.34.1 → 1.34.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.
@@ -203,7 +203,7 @@ export const provideFrames = (partID) => {
203
203
  // values would shift entities whose parents the user is portaling
204
204
  // into — the gizmo's drag target moves underneath it. Once we're
205
205
  // back in monitor mode, the next sync resumes the overwrite.
206
- if (!isEditMode) {
206
+ if (!isEditMode || !editSession.current) {
207
207
  const edited = existing.get(traits.EditedMatrix);
208
208
  if (edited) {
209
209
  poseToMatrix(pose, edited);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viamrobotics/motion-tools",
3
- "version": "1.34.1",
3
+ "version": "1.34.2",
4
4
  "description": "Motion visualization with Viam",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",