Commit c564f84b authored by GoshaZotov's avatar GoshaZotov

fix bug 35439

parent e11d862b
......@@ -7881,7 +7881,13 @@ PasteProcessor.prototype =
}
}
}
//TODO временная правка. пересмотреть обработку тега math
if(!child.style && Node.TEXT_NODE !== child.nodeType)
{
child.style = {};
}
if(!isPasteHyperlink)
bAddParagraph = this._ExecutePresentation(child, Common_CopyObj(pPr), false, bAddParagraph, bIsBlockChild || bInBlock, arrShapes, arrImages, arrTables);
......
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