mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
For bug 58832
Remove unusual code
This commit is contained in:
@ -7663,15 +7663,6 @@ Because of this, the display is sometimes not correct.
|
||||
}, this, []);
|
||||
}
|
||||
|
||||
SmartArt.prototype.decorateParaDrawing = function (drawingObjects) {
|
||||
var drawing = new ParaDrawing(this.spPr.xfrm.extX, this.spPr.xfrm.extY, this, drawingObjects.drawingDocument, drawingObjects.document, null);
|
||||
drawing.setExtent(this.spPr.xfrm.extX, this.spPr.xfrm.extY);
|
||||
drawing.Set_GraphicObject(this);
|
||||
this.setParent(drawing);
|
||||
drawing.CheckWH();
|
||||
return drawing;
|
||||
};
|
||||
|
||||
SmartArt.prototype.fillByPreset = function (nSmartArtType, bLoadOnlyDrawing) {
|
||||
const oApi = Asc.editor || editor;
|
||||
const drawingInfo = AscCommon.g_oBinarySmartArts.getDrawingInfo(nSmartArtType);
|
||||
|
||||
Reference in New Issue
Block a user