Browse Source

fix: open card error

appflowy 2 năm trước cách đây
mục cha
commit
c790b698f2

+ 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(