mirror of
https://github.com/foss42/apidash.git
synced 2025-10-16 19:22:23 +08:00
Fix: collection pane scrolling
This commit is contained in:
@ -129,6 +129,7 @@ class _RequestListState extends ConsumerState<RequestList> {
|
||||
buildDefaultDragHandles: false,
|
||||
shrinkWrap: true,
|
||||
itemCount: requestItems.length,
|
||||
physics: const NeverScrollableScrollPhysics(),
|
||||
onReorder: (int oldIndex, int newIndex) {
|
||||
if (oldIndex < newIndex) {
|
||||
newIndex -= 1;
|
||||
|
Reference in New Issue
Block a user