diff --git a/app_flowy/packages/flowy_infra_ui/lib/src/flowy_overlay/flowy_overlay.dart b/app_flowy/packages/flowy_infra_ui/lib/src/flowy_overlay/flowy_overlay.dart index a12988f0a5..7ea0bad9ab 100644 --- a/app_flowy/packages/flowy_infra_ui/lib/src/flowy_overlay/flowy_overlay.dart +++ b/app_flowy/packages/flowy_infra_ui/lib/src/flowy_overlay/flowy_overlay.dart @@ -123,7 +123,7 @@ class FlowyOverlayState extends State { List> _overlayList = []; /// Insert a overlay widget which frame is set by the widget, not the component. - /// Be sure to specify the offset and size using the `Postition` widget. + /// Be sure to specify the offset and size using a anchorable widget (like `Postition`, `CompositedTransformFollower`) void insertCustom({ required Widget widget, required String identifier,