mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[bug] fix bug 80134
This commit is contained in:
@ -5881,6 +5881,10 @@
|
||||
return new ApiOleObject(drawing);
|
||||
case AscDFH.historyitem_type_GroupShape:
|
||||
return new ApiGroup(drawing);
|
||||
case AscDFH.historyitem_type_GraphicFrame:
|
||||
return new ApiTable(drawing);
|
||||
case AscDFH.historyitem_type_SmartArt:
|
||||
return new ApiSmartArt(drawing);
|
||||
default:
|
||||
return new ApiDrawing(drawing);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user