Skip to content

Commit

Permalink
[PE] Fix bug 71962
Browse files Browse the repository at this point in the history
  • Loading branch information
Basher0303 committed Dec 17, 2024
1 parent 95274ff commit c9d7803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/presentationeditor/main/app/controller/Toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -3122,7 +3122,7 @@ define([
viewMode: 'normal'
},
{
el: this.toolbar.btnChangbtnAddSlideMastereSlide ? this.toolbar.btnAddSlideMaster.$el.closest('.group') : null,
el: this.toolbar.btnAddSlideMaster ? this.toolbar.btnAddSlideMaster.$el.closest('.group') : null,
tabs: ['home', 'design', 'ins'],
viewMode: 'master'
}
Expand Down

0 comments on commit c9d7803

Please sign in to comment.