Browse Source

chore: remove unused parameter (#8355)

zsviczian-fix-8346
DDDDD12138 1 year ago committed by GitHub
parent
commit
7b2bee9746
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/excalidraw/components/Stats/Dimension.tsx

1
packages/excalidraw/components/Stats/Dimension.tsx

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

Loading…
Cancel
Save