mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 00:30:34 +08:00
Merge pull request '[PE] Fix bug 71962' (#183) from fix/bug-71962 into release/v8.3.0
This commit is contained in:
@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user