We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05741c commit aa1c43bCopy full SHA for aa1c43b
packages/flutter/lib/src/widgets/editable_text.dart
@@ -1953,6 +1953,7 @@ class EditableTextState extends State<EditableText> with AutomaticKeepAliveClien
1953
WidgetsBinding.instance.removeObserver(this);
1954
_clipboardStatus?.removeListener(_onChangedClipboardStatus);
1955
_clipboardStatus?.dispose();
1956
+ _cursorVisibilityNotifier.dispose();
1957
super.dispose();
1958
assert(_batchEditDepth <= 0, 'unfinished batch edits: $_batchEditDepth');
1959
}
0 commit comments