Browse Source

fix: open card error

appflowy 2 years ago
parent
commit
c790b698f2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frontend/app_flowy/lib/plugins/board/presentation/card/card.dart

+ 1 - 0
frontend/app_flowy/lib/plugins/board/presentation/card/card.dart

@@ -83,6 +83,7 @@ class _BoardCardState extends State<BoardCard> {
         builder: (context, state) {
           return AppFlowyPopover(
             controller: popoverController,
+            triggerActions: PopoverTriggerFlags.none,
             constraints: BoxConstraints.loose(const Size(140, 200)),
             direction: PopoverDirection.rightWithCenterAligned,
             popupBuilder: (popoverContext) => _handlePopoverBuilder(