chore: Remove unused cursorX, cursorY from AppState (#2665)

This commit is contained in:
Lipis
2020-12-24 22:05:22 +01:00
committed by GitHub
parent 39e7b8cf4f
commit 86c036505b
4 changed files with 0 additions and 142 deletions
-2
View File
@@ -67,8 +67,6 @@ export type AppState = {
viewBackgroundColor: string;
scrollX: FlooredNumber;
scrollY: FlooredNumber;
cursorX: number;
cursorY: number;
cursorButton: "up" | "down";
scrolledOutside: boolean;
name: string;