Skip to content

Commit

Permalink
Merge pull request '[PDF] Fix context menu' (#184) from fix/bugfix in…
Browse files Browse the repository at this point in the history
…to release/v8.3.0
  • Loading branch information
Julia Radzhabova committed Dec 17, 2024
2 parents c5de024 + 082e3b4 commit 570ee41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/pdfeditor/main/app/controller/DocumentHolderExt.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ define([], function () {

dh.applyEditorMode = function() {
if (this.mode && this.mode.isPDFEdit && this._state.initEditorEvents && Common.Controllers.LaunchController.isScriptLoaded()) {
// this.documentHolder.createDelayedElementsPDFEditor();
this.documentHolder.createDelayedElementsPDFEditor();
this._state.initEditorEvents = false;
this.api.asc_registerCallback('asc_onShowMathTrack', _.bind(this.onShowMathTrack, this));
this.api.asc_registerCallback('asc_onHideMathTrack', _.bind(this.onHideMathTrack, this));
Expand Down

0 comments on commit 570ee41

Please sign in to comment.