Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
fujidaiti committed Apr 14, 2024
1 parent ef75178 commit e1357dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/lib/src/scrollable/scrollable_sheet_extent.dart
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ class _ContentUserScrollDrivenSheetActivity

@override
void onContentDragCancel(DelegatableScrollPosition position) {
super.onContentDragCancel(position);
if (identical(position, contentScrollPosition)) {
delegate.goBallistic(0);
}
Expand Down

0 comments on commit e1357dc

Please sign in to comment.