浏览代码

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

fix: insert grid row
Nathan.fooo 2 年之前
父节点
当前提交
811dc46bc6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/grid_row.dart

+ 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) {
     return AppFlowyPopover(
       controller: popoverController,
+      triggerActions: PopoverTriggerFlags.none,
       constraints: BoxConstraints.loose(const Size(140, 200)),
       direction: PopoverDirection.rightWithCenterAligned,
       popupBuilder: (BuildContext popoverContext) {