Revert "[RFC] Randomized names next to mouse pointers. (#971)" (#972)

This reverts commit dcb93f75e6.
This commit is contained in:
Christopher Chedeau 2020-03-16 00:38:37 -07:00 committed by GitHub
parent dcb93f75e6
commit db1f97f59e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 136 deletions

View file

@ -8,7 +8,6 @@ export type SceneState = {
viewBackgroundColor: string | null;
zoom: number;
remotePointerViewportCoords: { [id: string]: { x: number; y: number } };
remotePointerUsernames: { [id: string]: string };
};
export type SceneScroll = {