Skip to content

Commit

Permalink
Merge pull request '[PE] Fix bug 71962' (#183) from fix/bug-71962 int…
Browse files Browse the repository at this point in the history
…o release/v8.3.0
  • Loading branch information
Julia Radzhabova committed Dec 17, 2024
2 parents 95274ff + c9d7803 commit c5de024
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 c5de024

Please sign in to comment.