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 8eb02c3 commit af24ee4Copy full SHA for af24ee4
src/bottomsheet/bottomsheet-common.ts
@@ -132,7 +132,6 @@ export abstract class ViewWithBottomSheetBase extends View {
132
133
if (options.onChangeState && typeof options.onChangeState === 'function') {
134
this._onChangeStateBottomSheetCallback = (stateBottomSheet: StateBottomSheet, slideOffset: number) => {
135
- // only called if not already called by _closeBottomSheetCallback
136
options.onChangeState(stateBottomSheet, slideOffset ?? stateBottomSheet);
137
};
138
}
0 commit comments