Commit dce946d8 authored by Alexander.Trofimov's avatar Alexander.Trofimov

update input context position

parent e979639f
......@@ -1512,6 +1512,10 @@
this.cursorStyle.height = curHeight + "px";
}
if (AscCommon.g_inputContext) {
AscCommon.g_inputContext.move(this.left * this.kx + curLeft, this.top * this.ky + curTop);
}
if ( cur ) {
this.input.scrollTop = this.input.clientHeight * cur.lineIndex;
}
......
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