未验证 提交 25d72023 编写于 作者: M Matej Knopp 提交者: GitHub

End composing when inserting text (#24866)

https://github.com/flutter/flutter/issues/77544
上级 56b90579
......@@ -282,6 +282,7 @@ static flutter::TextRange RangeFromBaseExtent(NSNumber* base,
_activeModel->AddText([string UTF8String]);
if (_activeModel->composing()) {
_activeModel->CommitComposing();
_activeModel->EndComposing();
}
[self updateEditState];
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册