mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
This commit is contained in:
parent
f9ab6da4a3
commit
6ee54d6194
@ -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,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user