We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538f4ca commit 0f6742cCopy full SHA for 0f6742c
core/src/components/modal/gestures/sheet.ts
@@ -123,7 +123,7 @@ export const createSheetGesture = (
123
/**
124
* Toggles the footer to an absolute position while moving to prevent
125
* it from shaking while the sheet is being dragged.
126
- * @param footer Whether the footer is in a moving or stationary position.
+ * @param newPosition Whether the footer is in a moving or stationary position.
127
*/
128
const swapFooterPosition = (newPosition: 'moving' | 'stationary') => {
129
if (!cachedFooterEl) {
0 commit comments