mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
regenerate seed on change of sloppiness (#1986)
This commit is contained in:
parent
818821c293
commit
fea257765d
3 changed files with 13 additions and 11 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue