Skip to content

Commit

Permalink
[PDF] Fix disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Dec 11, 2024
1 parent 19608fd commit 53c7a4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/pdfeditor/main/app/controller/DocumentHolder.js
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,8 @@ define([

onHideAnnotBar: function() {},

onHideAnnotSelectBar: function() {},

editText: function() {
this.mode && !this.mode.isPDFEdit && Common.NotificationCenter.trigger('pdf:mode-apply', 'edit');
this.api && this.api.asc_EditPage();
Expand All @@ -582,6 +584,7 @@ define([
this.onHideMathTrack();
this.onHideTextBar();
this.onHideAnnotBar();
this.onHideAnnotSelectBar();
},

editComplete: function() {
Expand Down

0 comments on commit 53c7a4d

Please sign in to comment.