mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-17 19:24:30 +01:00
fix: Patch over intersection calculation issue (#8350)
* Patch over intersection calculation issue
This commit is contained in:
@@ -1447,8 +1447,6 @@ export class LinearElementEditor {
|
||||
: null;
|
||||
}
|
||||
|
||||
console.warn("movePoints", options?.changedElements);
|
||||
|
||||
const mergedElementsMap = options?.changedElements
|
||||
? toBrandedType<SceneElementsMap>(
|
||||
new Map([...elementsMap, ...options.changedElements]),
|
||||
|
||||
Reference in New Issue
Block a user