Skip to content

Commit

Permalink
Merge pull request #3065 from ONLYOFFICE/fix/bug59529
Browse files Browse the repository at this point in the history
[bug] fix bug 59529
  • Loading branch information
SergeyLuzyanin authored Oct 27, 2022
2 parents 35170c7 + 6140996 commit 1e7c34a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions slide/Editor/Format/Presentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -11319,6 +11319,10 @@ CPresentation.prototype.UpdateUndoRedo = function () {
};


CPresentation.prototype.UpdateTracks = function () {
};


CPresentation.prototype.GetAutoCorrectSettings = function()
{
return this.AutoCorrectSettings;
Expand Down

0 comments on commit 1e7c34a

Please sign in to comment.