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