瀏覽代碼

Merge pull request #1130 from AppFlowy-IO/fix/open_card_error

fix: open card error
Nathan.fooo 2 年之前
父節點
當前提交
6a1b84a098
共有 1 個文件被更改,包括 1 次插入0 次删除
  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) {
         builder: (context, state) {
           return AppFlowyPopover(
           return AppFlowyPopover(
             controller: popoverController,
             controller: popoverController,
+            triggerActions: PopoverTriggerFlags.none,
             constraints: BoxConstraints.loose(const Size(140, 200)),
             constraints: BoxConstraints.loose(const Size(140, 200)),
             direction: PopoverDirection.rightWithCenterAligned,
             direction: PopoverDirection.rightWithCenterAligned,
             popupBuilder: (popoverContext) => _handlePopoverBuilder(
             popupBuilder: (popoverContext) => _handlePopoverBuilder(