@flowgram.ai/fixed-layout-core 0.1.0-alpha.21 → 0.1.0-alpha.23

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/esm/index.js CHANGED
@@ -1473,7 +1473,7 @@ var RootRegistry = {
1473
1473
  return transform.firstChild?.inputPoint || transform.bounds.topCenter;
1474
1474
  },
1475
1475
  getOutputPoint(transform) {
1476
- return transform.firstChild?.outputPoint || transform.bounds.bottomCenter;
1476
+ return transform.lastChild?.outputPoint || transform.bounds.bottomCenter;
1477
1477
  }
1478
1478
  };
1479
1479