瀏覽代碼

fix: insert grid row

appflowy 2 年之前
父節點
當前提交
ccc1d91896
共有 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) {