Merge pull request #1111 from AppFlowy-IO/fix/create_grid_row

fix: insert grid row
This commit is contained in:
Nathan.fooo 2022-09-21 20:03:50 +08:00 committed by GitHub
commit 811dc46bc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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