Skip to content

Commit

Permalink
fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyLuzyanin committed Feb 14, 2025
1 parent 2eca068 commit 1c73692
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions slide/apiBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -5056,10 +5056,6 @@
ApiTableCell.prototype["SetVerticalAlign"] = ApiTableCell.prototype.SetVerticalAlign;
ApiTableCell.prototype["SetTextDirection"] = ApiTableCell.prototype.SetTextDirection;

ApiSelection.prototype["GetType"] = ApiSelection.prototype.GetType;
ApiSelection.prototype["GetShapes"] = ApiSelection.prototype.GetShapes;
ApiSelection.prototype["GetSlides"] = ApiSelection.prototype.GetSlides;
ApiSelection.prototype["IsEmpty"] = ApiSelection.prototype.IsEmpty;


Api.prototype.private_CreateApiSlide = function(oSlide){
Expand Down Expand Up @@ -5172,6 +5168,12 @@
return this.GetType() === "none";
};


ApiSelection.prototype["GetType"] = ApiSelection.prototype.GetType;
ApiSelection.prototype["GetShapes"] = ApiSelection.prototype.GetShapes;
ApiSelection.prototype["GetSlides"] = ApiSelection.prototype.GetSlides;
ApiSelection.prototype["IsEmpty"] = ApiSelection.prototype.IsEmpty;

function private_GetCurrentSlide(){
var oApiPresentation = editor.GetPresentation();
if(oApiPresentation){
Expand Down

0 comments on commit 1c73692

Please sign in to comment.