Update editable.dart (#108233)

This commit is contained in:
Polina Cherkasova 2022-07-26 10:43:20 -07:00 committed by GitHub
parent 87938cec44
commit dc13fd56a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -385,6 +385,9 @@ class RenderEditable extends RenderBox with RelayoutWhenSystemFontsChangeMixin,
_cachedBuiltInPainters?.dispose();
_selectionStartInViewport.dispose();
_selectionEndInViewport.dispose();
_autocorrectHighlightPainter.dispose();
_selectionPainter.dispose();
_caretPainter.dispose();
super.dispose();
}