mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Merge pull request #1130 from AppFlowy-IO/fix/open_card_error
fix: open card error
This commit is contained in:
commit
6a1b84a098
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user