From 21ab604478e6dafaf8dc020c7a680b3d445a9af8 Mon Sep 17 00:00:00 2001 From: fujidaiti Date: Sat, 13 Jul 2024 18:36:10 +0900 Subject: [PATCH] Tmp fix --- package/lib/src/scrollable/scrollable_sheet_activity.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lib/src/scrollable/scrollable_sheet_activity.dart b/package/lib/src/scrollable/scrollable_sheet_activity.dart index cdd38b2d..2f6233d1 100644 --- a/package/lib/src/scrollable/scrollable_sheet_activity.dart +++ b/package/lib/src/scrollable/scrollable_sheet_activity.dart @@ -187,7 +187,7 @@ class DragScrollDrivenSheetActivity extends ScrollableSheetActivity void applyUserDragEnd(Velocity velocity) { owner.goBallisticWithScrollPosition( velocity: -1 * velocity.pixelsPerSecond.dy, - shouldIgnorePointer: false, + shouldIgnorePointer: true, scrollPosition: scrollPosition, ); }