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

fix bug 34863

parent 0f616f5f
......@@ -2679,7 +2679,7 @@
return true;
}
this.skipTLUpdate = true;
this.replaceText(0, this.textRender.getEndOfLine(this.cursorPos), this.input.value);
this.replaceText(0, this.textRender.getEndOfText(), this.input.value);
this._updateCursorByTopLine();
return true;
};
......
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