fix: #2125 _AssertionError !_positions.contains(position): is not true (#2126)

This commit is contained in:
Lucas.Xu 2023-03-28 15:26:35 +08:00 committed by GitHub
parent f9ab6da4a3
commit 6ee54d6194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,7 @@ class ViewSection extends StatelessWidget {
.read<ViewSectionBloc>()
.add(ViewSectionEvent.moveView(oldIndex, index));
},
ignorePrimaryScrollController: true,
children: children,
);
}