Commit a6cb56f8 authored by Sergey Konovalov's avatar Sergey Konovalov

pluginMethod_InsertDocuments Recalculate

parent d9d7d1c3
......@@ -2151,6 +2151,7 @@ background-repeat: no-repeat;\
oSdt.MoveCursorToEndPos(false, false);
}
this.WordControl.m_oLogicDocument.MoveCursorRight(false, false, true);
this.WordControl.m_oLogicDocument.Recalculate();
if (this.insertDocumentUrlsData && this.insertDocumentUrlsData.documents.length > 0) {
this.asc_DownloadAs(Asc.c_oAscFileType.CANVAS_WORD);
} else {
......
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