feat: add element.updated (#4070)
This commit is contained in:
Vendored
+1
@@ -21,6 +21,7 @@ const elementBase: Omit<ExcalidrawElement, "type"> = {
|
||||
versionNonce: 1188004276,
|
||||
isDeleted: false,
|
||||
boundElementIds: null,
|
||||
updated: 1,
|
||||
};
|
||||
|
||||
export const rectangleFixture: ExcalidrawElement = {
|
||||
|
||||
Reference in New Issue
Block a user