mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-17 22:40:54 +02:00
enable version bumping for collaboration
This commit is contained in:
@@ -33,6 +33,7 @@ export function newElement(
|
||||
opacity,
|
||||
seed: randomSeed(),
|
||||
points: [] as Point[],
|
||||
version: 1,
|
||||
};
|
||||
return element;
|
||||
}
|
||||
|
Reference in New Issue
Block a user