remove debug logic

This commit is contained in:
Ryan Di 2025-04-22 22:31:02 +10:00
parent 5ee209c236
commit 67793860b4

View file

@ -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];