فهرست منبع

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