Skip to content

Commit af24ee4

Browse files
committed
remove literals
1 parent 8eb02c3 commit af24ee4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bottomsheet/bottomsheet-common.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ export abstract class ViewWithBottomSheetBase extends View {
132132

133133
if (options.onChangeState && typeof options.onChangeState === 'function') {
134134
this._onChangeStateBottomSheetCallback = (stateBottomSheet: StateBottomSheet, slideOffset: number) => {
135-
// only called if not already called by _closeBottomSheetCallback
136135
options.onChangeState(stateBottomSheet, slideOffset ?? stateBottomSheet);
137136
};
138137
}

0 commit comments

Comments
 (0)