mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
fix: open card error
This commit is contained in:
parent
206b06f023
commit
c790b698f2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue