Commit 0d253963 authored by GoshaZotov's avatar GoshaZotov

fix bug 32921

parent 58698b65
......@@ -1923,7 +1923,7 @@ background-repeat: no-repeat;\
//TEXT
if (AscCommon.c_oAscClipboardDataFormat.Text & _formats)
{
_data = this.WordControl.m_oLogicDocument.Get_SelectedText();
_data = this.WordControl.m_oLogicDocument.Get_SelectedText(false, {NewLineParagraph : true});
_clipboard.pushData(AscCommon.c_oAscClipboardDataFormat.Text, _data)
}
//HTML
......
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