소스 검색

fix: open card error

appflowy 2 년 전
부모
커밋
c790b698f2
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) {
           return AppFlowyPopover(
             controller: popoverController,
+            triggerActions: PopoverTriggerFlags.none,
             constraints: BoxConstraints.loose(const Size(140, 200)),
             direction: PopoverDirection.rightWithCenterAligned,
             popupBuilder: (popoverContext) => _handlePopoverBuilder(