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

Commit 98fad47

Browse files
whitespace
1 parent a600e9e commit 98fad47

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
@@ -474,7 +474,7 @@ class TextEditingDeltaState {
474474

475475
newTextEditingDeltaState.deltaStart = lastEditingState!.extentOffset!;
476476
newTextEditingDeltaState.deltaEnd = lastEditingState.extentOffset!;
477-
477+
478478
if (newTextEditingDeltaState.deltaText.isEmpty && newTextEditingDeltaState.deltaEnd != -1) {
479479
// We are removing text.
480480
// When text is deleted outside of the composing region or is cut using the native toolbar,

0 commit comments

Comments
 (0)