enable version bumping for collaboration

This commit is contained in:
idlewinn 2020-03-09 22:34:50 -07:00
parent 30903fbe04
commit 1419f17175
8 changed files with 179 additions and 85 deletions

View file

@ -33,6 +33,7 @@ export function newElement(
opacity,
seed: randomSeed(),
points: [] as Point[],
version: 1,
};
return element;
}