소스 검색

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) {