Fix many syncing issues (#952)

This commit is contained in:
Pete Hunt 2020-03-14 20:46:57 -07:00 committed by GitHub
parent b20d4539c0
commit 3f8144ef85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 176 additions and 100 deletions

View file

@ -34,6 +34,8 @@ export function newElement(
seed: randomSeed(),
points: [] as Point[],
version: 1,
versionNonce: 0,
isDeleted: false,
};
return element;
}