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
|
@ -641,8 +641,6 @@ const LayerUI = ({
|
|||
const areEqual = (prev: LayerUIProps, next: LayerUIProps) => {
|
||||
const getNecessaryObj = (appState: AppState): Partial<AppState> => {
|
||||
const {
|
||||
cursorX,
|
||||
cursorY,
|
||||
suggestedBindings,
|
||||
startBoundElement: boundElement,
|
||||
...ret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue