Skip to content

Commit 9619c33

Browse files
suragchPiinks
andauthored
Remove obsolete comment (#120265)
* Remove obsolete comment The method `_stopCursorTimer` no longer exists. * Add edited comment back in Addresses these comments: - flutter/flutter#120265 (comment) - flutter/flutter#120265 (comment) --------- Co-authored-by: Kate Lovett <katelovett@google.com>
1 parent 156c661 commit 9619c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/widgets/editable_text.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2605,7 +2605,7 @@ class EditableTextState extends State<EditableText> with AutomaticKeepAliveClien
26052605
if (_tickersEnabled && _cursorActive) {
26062606
_startCursorBlink();
26072607
} else if (!_tickersEnabled && _cursorTimer != null) {
2608-
// Cannot use _stopCursorTimer because it would reset _cursorActive.
2608+
// Cannot use _stopCursorBlink because it would reset _cursorActive.
26092609
_cursorTimer!.cancel();
26102610
_cursorTimer = null;
26112611
}

0 commit comments

Comments
 (0)