mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
remove debug logic
This commit is contained in:
parent
5ee209c236
commit
67793860b4
1 changed files with 0 additions and 10 deletions
|
@ -464,16 +464,6 @@ export const switchShapes = (
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
mutateElement(element, updates, false);
|
mutateElement(element, updates, false);
|
||||||
} else if (isArrowElement(element)) {
|
|
||||||
const nextPoints = convertLineToElbow(element);
|
|
||||||
|
|
||||||
mutateElement(
|
|
||||||
element,
|
|
||||||
{
|
|
||||||
points: nextPoints,
|
|
||||||
},
|
|
||||||
false,
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
const firstElement = selectedLinearSwitchableElements[0];
|
const firstElement = selectedLinearSwitchableElements[0];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue