Skip to content

Commit

Permalink
Merge pull request 'fix/unit-tests-pe' (#637) from fix/unit-tests-pe …
Browse files Browse the repository at this point in the history
…into release/v8.3.0

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/sdkjs/pulls/637
  • Loading branch information
K0R0L committed Feb 4, 2025
2 parents 8bee23b + a3d91cc commit 5481508
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/slide/shortcuts/shortcuts.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
editor.asc_getShowGuides = Asc.asc_docs_api.prototype.asc_getShowGuides.bind(editor);
editor.sync_HyperlinkClickCallback = Asc.asc_docs_api.prototype.sync_HyperlinkClickCallback.bind(editor);
editor.getAnnotations = function () {return null;};
editor.EndDemonstration = Asc.asc_docs_api.prototype.EndDemonstration.bind(editor);
editor.closeDemonstration = Asc.asc_docs_api.prototype.closeDemonstration.bind(editor);
editor.endDemoMode = Asc.asc_docs_api.prototype.endDemoMode.bind(editor);
AscCommon.CDocsCoApi.prototype.askSaveChanges = function (callback)
{
window.setTimeout(function ()
Expand Down

0 comments on commit 5481508

Please sign in to comment.