Skip to content

Commit

Permalink
fix: cjk IME issues on Linux (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 authored May 6, 2024
1 parent 18425e2 commit dccda42
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ Future<void> onNonTextUpdate(
offset: nonTextUpdate.selection.start,
),
),
extraInfo: {
selectionExtraInfoDoNotAttachTextService: true,
},
);
}
} else if (PlatformExtension.isMacOS) {
Expand Down

0 comments on commit dccda42

Please sign in to comment.