fix: align arrows bound to elements excalidraw#8833 (#8998)

This commit is contained in:
Alplune
2025-01-25 17:00:39 +01:00
committed by GitHub
parent b8da5065fd
commit 807b3c59f2
2 changed files with 15 additions and 5 deletions
@@ -48,6 +48,7 @@ const alignSelectedElements = (
selectedElements,
elementsMap,
alignment,
app.scene,
);
const updatedElementsMap = arrayToMap(updatedElements);