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 134d65e commit 322ae24Copy full SHA for 322ae24
1 file changed
src/components/gamma/modals/form-sheet/FormSheet.types.ts
@@ -28,7 +28,7 @@ export interface FormSheetProps {
28
/**
29
* @summary Prevents the user from dismissing the sheet natively by swiping down or tapping the backdrop.
30
*
31
- * When set to `true`, the sheet will resist the swipe-down gesture and backdrop tap
+ * When set to `true`, the sheet will resist the swipe-down gesture and backdrop tap,
32
* remaining on the resting detent. Dismissal programmatically via `isOpen={false}` will still work.
33
* The default value is `false`.
34
0 commit comments