Skip to content

Commit ccc1d91

Browse files
committed
fix: insert grid row
1 parent 2258e34 commit ccc1d91

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)