mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
chore: Remove unused cursorX, cursorY from AppState (#2665)
This commit is contained in:
parent
39e7b8cf4f
commit
86c036505b
4 changed files with 0 additions and 142 deletions
|
@ -44,8 +44,6 @@ export const getDefaultAppState = (): Omit<
|
|||
viewBackgroundColor: oc.white,
|
||||
scrollX: 0 as FlooredNumber,
|
||||
scrollY: 0 as FlooredNumber,
|
||||
cursorX: 0,
|
||||
cursorY: 0,
|
||||
cursorButton: "up",
|
||||
scrolledOutside: false,
|
||||
name: `${t("labels.untitled")}-${getDateTime()}`,
|
||||
|
@ -108,8 +106,6 @@ const APP_STATE_STORAGE_CONF = (<
|
|||
currentItemStartArrowhead: { browser: true, export: false },
|
||||
currentItemEndArrowhead: { browser: true, export: false },
|
||||
cursorButton: { browser: true, export: false },
|
||||
cursorX: { browser: true, export: false },
|
||||
cursorY: { browser: true, export: false },
|
||||
draggingElement: { browser: false, export: false },
|
||||
editingElement: { browser: false, export: false },
|
||||
startBoundElement: { browser: false, export: false },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue