mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-11-02 19:13:28 +00:00
fix: open card error
This commit is contained in:
parent
206b06f023
commit
c790b698f2
@ -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(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user