Skip to content

Commit 78ac075

Browse files
committed
fix: fix comment property
1 parent bf6ce50 commit 78ac075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bottomsheet/bottomsheet-common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface BottomSheetOptions {
2323
animated?: boolean; // An optional parameter specifying whether to show the sheet view with animation.
2424
dismissOnBackgroundTap?: boolean; // An optional parameter specifying whether to dismiss the sheet when clicking on background.
2525
dismissOnDraggingDownSheet?: boolean; // An optional parameter specifying whether to disable dragging the sheet to dismiss.
26-
dismissOnBackButton?: boolean; // An optional parameter specifying whether to disable dragging the sheet to dismiss.
26+
dismissOnBackButton?: boolean; // An optional parameter that specifies whether to close the sheet when pressing the back button..
2727
closeCallback?: Function; // A function that will be called when the view is closed. Any arguments provided when calling shownInBottomSheet.closeCallback will be available here.
2828
trackingScrollView?: string; // optional id of the scroll view to track
2929
transparent?: boolean; // optional parameter to make the bottomsheet transparent

0 commit comments

Comments
 (0)