We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2258e34 commit ccc1d91Copy full SHA for ccc1d91
frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/grid_row.dart
@@ -106,6 +106,7 @@ class _RowLeadingState extends State<_RowLeading> {
106
Widget build(BuildContext context) {
107
return AppFlowyPopover(
108
controller: popoverController,
109
+ triggerActions: PopoverTriggerFlags.none,
110
constraints: BoxConstraints.loose(const Size(140, 200)),
111
direction: PopoverDirection.rightWithCenterAligned,
112
popupBuilder: (BuildContext popoverContext) {
0 commit comments