Commit 40cf3fc8 authored by Oleg Korshul's avatar Oleg Korshul

.

parent 956bccf0
...@@ -1409,7 +1409,8 @@ ...@@ -1409,7 +1409,8 @@
ti_console_log("ti: onCompositionEnd -> onCompositionUpdate"); ti_console_log("ti: onCompositionEnd -> onCompositionUpdate");
this.onCompositionUpdate(e, false, _data, true); this.onCompositionUpdate(e, false, _data, true);
this.Api.Set_CursorPosInCompositeText(1000); // max var _max = this.Api.Get_MaxCursorPosInCompositeText();
this.Api.Set_CursorPosInCompositeText(_max); // max
this.clear(true); this.clear(true);
ti_console_log2("end"); ti_console_log2("end");
......
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