Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update comment
  • Loading branch information
knopp committed Aug 15, 2023
commit c6b362a77b4270c72815008cef70552c2a383870
2 changes: 1 addition & 1 deletion lib/web_ui/lib/src/engine/text_editing/text_editing.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ abstract class DefaultTextEditingStrategy with CompositionAwareMixin implements
_editingDeltaState = newTextEditingDeltaState;
onChange!(lastEditingState, _editingDeltaState);
}
// Flush delta after it has been sent to framework.
// Flush delta state.
_editingDeltaState = null;
}

Expand Down