Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jjburi committed Apr 4, 2024
1 parent b927ec0 commit b75e686
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ class NonDeltaTextInputService extends TextInputService with TextInputClient {
}

void _updateComposing(TextEditingDelta delta) {
print("update composing of non deleta input service");
if (delta is! TextEditingDeltaNonTextUpdate) {
if (composingTextRange != null &&
composingTextRange!.start != -1 &&
Expand Down

0 comments on commit b75e686

Please sign in to comment.