소스 검색

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

Lucas.Xu 2 년 전
부모
커밋
6ee54d6194
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/section/section.dart

+ 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,
     );
   }