regenerate seed on change of sloppiness (#1986)
This commit is contained in:
@ -7,7 +7,7 @@ import { Point } from "../types";
|
||||
|
||||
type ElementUpdate<TElement extends ExcalidrawElement> = Omit<
|
||||
Partial<TElement>,
|
||||
"id" | "seed" | "version" | "versionNonce"
|
||||
"id" | "version" | "versionNonce"
|
||||
>;
|
||||
|
||||
// This function tracks updates of text elements for the purposes for collaboration.
|
||||
|
Reference in New Issue
Block a user