From 614099653f54f40f98023af2897520556e80384d Mon Sep 17 00:00:00 2001 From: Sergey Luzyanin Date: Thu, 27 Oct 2022 14:46:19 +0300 Subject: [PATCH] [bug] fix bug 59529 --- slide/Editor/Format/Presentation.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/slide/Editor/Format/Presentation.js b/slide/Editor/Format/Presentation.js index 89ee1dd70c..430423fa46 100644 --- a/slide/Editor/Format/Presentation.js +++ b/slide/Editor/Format/Presentation.js @@ -11319,6 +11319,10 @@ CPresentation.prototype.UpdateUndoRedo = function () { }; +CPresentation.prototype.UpdateTracks = function () { +}; + + CPresentation.prototype.GetAutoCorrectSettings = function() { return this.AutoCorrectSettings;