Skip to content

Commit

Permalink
EditableTextLine is a repaint boundary
Browse files Browse the repository at this point in the history
  • Loading branch information
amantoux committed Aug 10, 2024
1 parent b31e126 commit 5c56b1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/fleather/lib/src/rendering/editable_text_line.dart
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,9 @@ class RenderEditableTextLine extends RenderEditableBox {

bool _attachedToCursorController = false;

@override
bool get isRepaintBoundary => true;

@override
void attach(covariant PipelineOwner owner) {
super.attach(owner);
Expand Down

0 comments on commit 5c56b1c

Please sign in to comment.