Commit 94ee68f7 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #34745

parent 3c78f0b4
......@@ -683,6 +683,7 @@ CDocumentContentBase.prototype.private_Remove = function(Count, bOnlyText, bRemo
// ним элемент не таблица, удаляем его
this.Internal_Content_Remove(this.CurPos.ContentPos, 1);
this.CurPos.ContentPos--;
this.Content[this.CurPos.ContentPos].MoveCursorToEndPos(false, false);
}
}
}
......
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