fix(store): calc handle pos

This commit is contained in:
moklick
2024-06-24 14:38:45 +02:00
parent 8ad1797f98
commit 1a25a7da48
3 changed files with 9 additions and 26 deletions
+1
View File
@@ -248,6 +248,7 @@ export function evaluateAbsolutePosition(
nodeLookup: NodeLookup,
nodeOrigin: NodeOrigin
): XYPosition {
let nextParentId: string | undefined = parentId;
const positionAbsolute = { ...position };
while (nextParentId) {