mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
enable version bumping for collaboration
This commit is contained in:
parent
30903fbe04
commit
1419f17175
8 changed files with 179 additions and 85 deletions
|
@ -33,6 +33,7 @@ export function newElement(
|
|||
opacity,
|
||||
seed: randomSeed(),
|
||||
points: [] as Point[],
|
||||
version: 1,
|
||||
};
|
||||
return element;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue