From c790b698f20a021e6c6ce36c9dfabf1dfb234513 Mon Sep 17 00:00:00 2001 From: appflowy Date: Thu, 22 Sep 2022 21:02:10 +0800 Subject: [PATCH] fix: open card error --- frontend/app_flowy/lib/plugins/board/presentation/card/card.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/app_flowy/lib/plugins/board/presentation/card/card.dart b/frontend/app_flowy/lib/plugins/board/presentation/card/card.dart index 3430cacec6..6e555b87c7 100644 --- a/frontend/app_flowy/lib/plugins/board/presentation/card/card.dart +++ b/frontend/app_flowy/lib/plugins/board/presentation/card/card.dart @@ -83,6 +83,7 @@ class _BoardCardState extends State { builder: (context, state) { return AppFlowyPopover( controller: popoverController, + triggerActions: PopoverTriggerFlags.none, constraints: BoxConstraints.loose(const Size(140, 200)), direction: PopoverDirection.rightWithCenterAligned, popupBuilder: (popoverContext) => _handlePopoverBuilder(