Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 92ddacc

Browse files
committed
Update comment
1 parent 37514af commit 92ddacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web_ui/lib/src/engine/text_editing/text_editing.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ abstract class DefaultTextEditingStrategy with CompositionAwareMixin implements
13941394
_editingDeltaState = newTextEditingDeltaState;
13951395
onChange!(lastEditingState, _editingDeltaState);
13961396
}
1397-
// Flush delta after it has been sent to framework.
1397+
// Flush delta state.
13981398
_editingDeltaState = null;
13991399
}
14001400

0 commit comments

Comments
 (0)