Fix tests introduced by the arrow labels feature.

This commit is contained in:
Daniel J. Geiger 2023-01-02 13:30:11 -06:00
parent 9158e2d989
commit 65059cb166

View File

@ -82,6 +82,7 @@ export const mutateElement = <TElement extends Mutable<ExcalidrawElement>>(
}
}
if (!didChangePoints) {
key in oldUpdates && (increment = true);
continue;
}
}