Browse Source

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

Lucas.Xu 2 years ago
parent
commit
6ee54d6194

+ 1 - 0
frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/section/section.dart

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