Skip to content

Commit

Permalink
[PDF] Fix context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Dec 17, 2024
1 parent c5de024 commit 082e3b4
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 082e3b4

Please sign in to comment.