mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: add element.updated
(#4070)
This commit is contained in:
parent
dac970c640
commit
f9d2d537a2
14 changed files with 500 additions and 4 deletions
1
src/tests/fixtures/elementFixture.ts
vendored
1
src/tests/fixtures/elementFixture.ts
vendored
|
@ -21,6 +21,7 @@ const elementBase: Omit<ExcalidrawElement, "type"> = {
|
|||
versionNonce: 1188004276,
|
||||
isDeleted: false,
|
||||
boundElementIds: null,
|
||||
updated: 1,
|
||||
};
|
||||
|
||||
export const rectangleFixture: ExcalidrawElement = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue