diff --git a/packages/fleather/lib/src/rendering/editor.dart b/packages/fleather/lib/src/rendering/editor.dart index 3fc17cb7..14894560 100644 --- a/packages/fleather/lib/src/rendering/editor.dart +++ b/packages/fleather/lib/src/rendering/editor.dart @@ -861,6 +861,7 @@ class RenderEditor extends RenderEditableContainerBox _floatingCursorRect = null; _cursorController.setFloatingCursorTextPosition(null); } + markNeedsPaint(); } void _paintFloatingCursor(PaintingContext context, Offset offset) {