Skip to content

Commit

Permalink
fix unexpected scroll behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlphaApp committed Mar 20, 2024
1 parent 2d6f1bd commit dc1aad4
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 108 deletions.
1 change: 1 addition & 0 deletions lib/ui/pages/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ class HomeState extends ConsumerState<Home> {
/// ReorderableListView.builder is used to reorder the list of todos
/// using drag and drop.
ReorderableListView.builder(
physics: const NeverScrollableScrollPhysics(),
header: null,
shrinkWrap: true,
itemCount: todos.data.length,
Expand Down
Loading

0 comments on commit dc1aad4

Please sign in to comment.