mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-18 15:00:39 +02:00
[skip ci] Remove unneeded code segments
This commit is contained in:
@@ -1280,13 +1280,6 @@ const updateBoundPoint = (
|
||||
|
||||
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 =
|
||||
LinearElementEditor.getPointAtIndexGlobalCoordinates(
|
||||
linearElement,
|
||||
|
Reference in New Issue
Block a user