@mx-sose-front/mx-sose-graph 1.2.6 → 1.2.7

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.esm.js CHANGED
@@ -9653,7 +9653,7 @@ const useGraphStore = defineStore("graph", () => {
9653
9653
  await EdgeUtils.updateRelatedEdgesAsync(shapes.value, changedIds, (shape) => {
9654
9654
  updateShape(shape.id, shape);
9655
9655
  }, edgesByNodeId.value, shapeMap.value);
9656
- console.log("1. endDragShape start");
9656
+ console.log("2. updateRelatedEdgesAsync done");
9657
9657
  autoExpandMovedCompartmentsAfterDrag(shapes.value, changedIds, updateShape);
9658
9658
  const allReparentIds = [...changedIds, ...clonedIds];
9659
9659
  const prevMapForComparents = { ...prevParentById };