Skip to content

Commit

Permalink
Update editable.dart (#108233)
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c authored Jul 26, 2022
1 parent 87938ce commit dc13fd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/flutter/lib/src/rendering/editable.dart
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,9 @@ class RenderEditable extends RenderBox with RelayoutWhenSystemFontsChangeMixin,
_cachedBuiltInPainters?.dispose();
_selectionStartInViewport.dispose();
_selectionEndInViewport.dispose();
_autocorrectHighlightPainter.dispose();
_selectionPainter.dispose();
_caretPainter.dispose();
super.dispose();
}

Expand Down

0 comments on commit dc13fd5

Please sign in to comment.