Skip to content

Commit

Permalink
[PDF] Handle add page, edit text
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Mar 18, 2024
1 parent e4b1790 commit 9fb24c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/pdfeditor/main/app/controller/InsTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ define([
},

onAddPage: function() {

this.api && this.api.asc_AddPage();
},

mouseenterSmartArt: function (groupName, menu) {
Expand Down
2 changes: 1 addition & 1 deletion apps/pdfeditor/main/app/controller/Toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2021,7 +2021,7 @@ define([
},

onEditTextClick: function() {

this.api && this.api.asc_EditText();
},

onApiTextColor: function(color) {
Expand Down

0 comments on commit 9fb24c2

Please sign in to comment.