Commit ad14e19f authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

Merge pull request #132 from ONLYOFFICE/feature/placeholder-bug

fix bug 35309
parents 731ef7d9 7bf799e1
......@@ -777,6 +777,9 @@ CShape.prototype.convertToWord = function (document) {
}
if (this.spPr) {
c.setSpPr(this.spPr.createDuplicate());
if(!c.spPr.geometry){
c.spPr.setGeometry(AscFormat.CreateGeometry("rect"));
}
c.spPr.setParent(c);
}
if (this.style) {
......
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