fix: Patch over intersection calculation issue (#8350)

* Patch over intersection calculation issue
This commit is contained in:
Márk Tolmács
2024-08-09 14:40:57 +02:00
committed by GitHub
parent 84398a7e5c
commit 261304c1a4
2 changed files with 11 additions and 8 deletions

View File

@@ -1447,8 +1447,6 @@ export class LinearElementEditor {
: null;
}
console.warn("movePoints", options?.changedElements);
const mergedElementsMap = options?.changedElements
? toBrandedType<SceneElementsMap>(
new Map([...elementsMap, ...options.changedElements]),