Skip to content

Commit 811dc46

Browse files
authored
Merge pull request #1111 from AppFlowy-IO/fix/create_grid_row
fix: insert grid row
2 parents 22d7ade + ccc1d91 commit 811dc46

File tree

1 file changed

+1
-0
lines changed
  • frontend/app_flowy/lib/plugins/grid/presentation/widgets/row

1 file changed

+1
-0
lines changed

frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/grid_row.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ class _RowLeadingState extends State<_RowLeading> {
106106
Widget build(BuildContext context) {
107107
return AppFlowyPopover(
108108
controller: popoverController,
109+
triggerActions: PopoverTriggerFlags.none,
109110
constraints: BoxConstraints.loose(const Size(140, 200)),
110111
direction: PopoverDirection.rightWithCenterAligned,
111112
popupBuilder: (BuildContext popoverContext) {

0 commit comments

Comments
 (0)