chore: Remove unused cursorX, cursorY from AppState (#2665)
This commit is contained in:
@ -67,8 +67,6 @@ export type AppState = {
|
||||
viewBackgroundColor: string;
|
||||
scrollX: FlooredNumber;
|
||||
scrollY: FlooredNumber;
|
||||
cursorX: number;
|
||||
cursorY: number;
|
||||
cursorButton: "up" | "down";
|
||||
scrolledOutside: boolean;
|
||||
name: string;
|
||||
|
Reference in New Issue
Block a user