Skip to content

Commit

Permalink
fix floating cursor not disappearing after scroll end (#2163)
Browse files Browse the repository at this point in the history
closes #2162
  • Loading branch information
vishna authored Aug 29, 2024
1 parent 83e5bc6 commit d298f6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/editor/editor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1465,6 +1465,7 @@ class RenderEditor extends RenderEditableContainerBox
_floatingCursorRect = null;
_cursorController.setFloatingCursorTextPosition(null);
}
markNeedsPaint();
}

void _paintFloatingCursor(PaintingContext context, Offset offset) {
Expand Down

0 comments on commit d298f6e

Please sign in to comment.