10% inside shape still tracks outline

This commit is contained in:
Mark Tolmacs
2025-03-03 17:00:09 +01:00
parent 1819661828
commit cbe6705c98
3 changed files with 34 additions and 19 deletions

View File

@@ -1655,6 +1655,7 @@ export const actionChangeArrowType = register({
newElement,
startHoveredElement,
"start",
elementsMap,
)
: startGlobalPoint;
const finalEndPoint = endHoveredElement
@@ -1662,6 +1663,7 @@ export const actionChangeArrowType = register({
newElement,
endHoveredElement,
"end",
elementsMap,
)
: endGlobalPoint;