We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b9057 commit 25d7202Copy full SHA for 25d7202
shell/platform/darwin/macos/framework/Source/FlutterTextInputPlugin.mm
@@ -282,6 +282,7 @@ - (void)insertText:(id)string replacementRange:(NSRange)range {
282
_activeModel->AddText([string UTF8String]);
283
if (_activeModel->composing()) {
284
_activeModel->CommitComposing();
285
+ _activeModel->EndComposing();
286
}
287
[self updateEditState];
288
0 commit comments