[skip ci] Remove unneeded code segments

This commit is contained in:
Mark Tolmacs 2025-03-27 14:31:59 +01:00
parent 22696dc8f2
commit 4184103eb0

View file

@ -1279,13 +1279,6 @@ const updateBoundPoint = (
let newEdgePoint: GlobalPoint; let newEdgePoint: GlobalPoint;
// // The linear element was not originally pointing inside the bound shape,
// // we can point directly at the focus point
// if (binding.gap === 0) {
// newEdgePoint = focusPointAbsolute;
// } else {
// ...
// }
const edgePointAbsolute = const edgePointAbsolute =
LinearElementEditor.getPointAtIndexGlobalCoordinates( LinearElementEditor.getPointAtIndexGlobalCoordinates(
linearElement, linearElement,