Commit fa324181 authored by Oleg Korshul's avatar Oleg Korshul

.

parent 7cbebd26
...@@ -1778,7 +1778,9 @@ ...@@ -1778,7 +1778,9 @@
var _input = window['AscCommon'].g_inputContext; var _input = window['AscCommon'].g_inputContext;
if (_input.compositionState == c_oCompositionState.process) if (_input.compositionState == c_oCompositionState.process)
{ {
//_input.apiCompositeEnd(); if (_input.UseValueInComposition)
_input.apiCompositeEnd();
_input.clear(); _input.clear();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment