浏览代码

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

Lucas.Xu 2 年之前
父节点
当前提交
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>()
             .add(ViewSectionEvent.moveView(oldIndex, index));
       },
+      ignorePrimaryScrollController: true,
       children: children,
     );
   }