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

fix: open card error
This commit is contained in:
Nathan.fooo 2022-09-23 09:15:56 +08:00 committed by GitHub
commit 6a1b84a098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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