remove unused selectedId

This commit is contained in:
dwelle
2020-03-12 19:40:04 +01:00
parent 95e726bd6f
commit f1ac8cac32
3 changed files with 1 additions and 5 deletions

View File

@ -28,7 +28,6 @@ export type AppState = {
cursorY: number;
scrolledOutside: boolean;
name: string;
selectedId?: string;
isCollaborating: boolean;
isResizing: boolean;
zoom: number;