streams: Prevent cursor jump to the end of editing stream-descr.

This prevents the cursor to jump at the end of the content-editable
area when the user types in the middle.

Fixes #4202.
This commit is contained in:
Raghav Jajodia 2017-03-22 11:25:35 +05:30 committed by Tim Abbott
parent 0fc946aef4
commit 9a339a7053
1 changed files with 0 additions and 1 deletions

View File

@ -476,7 +476,6 @@ $(function () {
// wrong.
if (this.hasChildNodes()) {
this.innerText = this.innerText;
place_caret_at_end(this);
}
});