mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix tests introduced by the arrow labels feature.
This commit is contained in:
parent
9158e2d989
commit
65059cb166
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ export const mutateElement = <TElement extends Mutable<ExcalidrawElement>>(
|
|||
}
|
||||
}
|
||||
if (!didChangePoints) {
|
||||
key in oldUpdates && (increment = true);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue