fix: insert grid row

This commit is contained in:
appflowy 2022-09-21 16:14:51 +08:00
parent 2258e3468d
commit ccc1d91896

View File

@ -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) {