Forráskód Böngészése

Merge pull request #1111 from AppFlowy-IO/fix/create_grid_row

fix: insert grid row
Nathan.fooo 2 éve
szülő
commit
811dc46bc6

+ 1 - 0
frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/grid_row.dart

@@ -106,6 +106,7 @@ class _RowLeadingState extends State<_RowLeading> {
   Widget build(BuildContext context) {
   Widget build(BuildContext context) {
     return AppFlowyPopover(
     return AppFlowyPopover(
       controller: popoverController,
       controller: popoverController,
+      triggerActions: PopoverTriggerFlags.none,
       constraints: BoxConstraints.loose(const Size(140, 200)),
       constraints: BoxConstraints.loose(const Size(140, 200)),
       direction: PopoverDirection.rightWithCenterAligned,
       direction: PopoverDirection.rightWithCenterAligned,
       popupBuilder: (BuildContext popoverContext) {
       popupBuilder: (BuildContext popoverContext) {