mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
Merge pull request #1111 from AppFlowy-IO/fix/create_grid_row
fix: insert grid row
This commit is contained in:
commit
811dc46bc6
1 changed files with 1 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ class _RowLeadingState extends State<_RowLeading> {
|
|||
Widget build(BuildContext context) {
|
||||
return AppFlowyPopover(
|
||||
controller: popoverController,
|
||||
triggerActions: PopoverTriggerFlags.none,
|
||||
constraints: BoxConstraints.loose(const Size(140, 200)),
|
||||
direction: PopoverDirection.rightWithCenterAligned,
|
||||
popupBuilder: (BuildContext popoverContext) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue