Skip to content

Commit 0f6742c

Browse files
Update sheet.ts
Co-authored-by: Brandy Smith <[email protected]>
1 parent 538f4ca commit 0f6742c

File tree

1 file changed

+1
-1
lines changed
  • core/src/components/modal/gestures

1 file changed

+1
-1
lines changed

core/src/components/modal/gestures/sheet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export const createSheetGesture = (
123123
/**
124124
* Toggles the footer to an absolute position while moving to prevent
125125
* it from shaking while the sheet is being dragged.
126-
* @param footer Whether the footer is in a moving or stationary position.
126+
* @param newPosition Whether the footer is in a moving or stationary position.
127127
*/
128128
const swapFooterPosition = (newPosition: 'moving' | 'stationary') => {
129129
if (!cachedFooterEl) {

0 commit comments

Comments
 (0)