Skip to content

Commit 52c8f32

Browse files
Dev-OwlDevOwl
andauthored
fix: scrollToBottom for macos (#1610)
Co-authored-by: DevOwl <[email protected]>
1 parent 8139856 commit 52c8f32

File tree

1 file changed

+0
-1
lines changed
  • frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex

1 file changed

+0
-1
lines changed

frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/reorder_flex.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,6 @@ class ReorderFlexState extends State<ReorderFlex>
672672
.ensureVisible(
673673
dragTargetRenderObject,
674674
alignment: 0.5,
675-
alignmentPolicy: ScrollPositionAlignmentPolicy.keepVisibleAtStart,
676675
duration: const Duration(milliseconds: 120),
677676
)
678677
.then((value) {

0 commit comments

Comments
 (0)