mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
[skip ci] Remove unneeded code segments
This commit is contained in:
parent
6e520fdbb9
commit
c8ade51b53
1 changed files with 0 additions and 7 deletions
|
@ -1280,13 +1280,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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue