Browse Source

chore: remove unused parameter (#8355)

DDDDD12138 1 year ago
parent
commit
7b2bee9746
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/excalidraw/components/Stats/Dimension.tsx

+ 0 - 1
packages/excalidraw/components/Stats/Dimension.tsx

@@ -23,7 +23,6 @@ const handleDimensionChange: DragInputCallbackType<
 > = ({
 > = ({
   accumulatedChange,
   accumulatedChange,
   originalElements,
   originalElements,
-  originalElementsMap,
   shouldKeepAspectRatio,
   shouldKeepAspectRatio,
   shouldChangeByStepSize,
   shouldChangeByStepSize,
   nextValue,
   nextValue,