Преглед на файлове

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