mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[PE] Open insert tab when switch up slide master mode
This commit is contained in:
@ -2966,6 +2966,7 @@ define([
|
||||
onChangeViewMode: function (mode) { // master or normal
|
||||
this.toolbar.$el.find('.master-slide-mode')[mode==='master'?'show':'hide']();
|
||||
this.toolbar.$el.find('.normal-mode')[mode==='normal'?'show':'hide']();
|
||||
mode==='master' && this.toolbar.setTab('ins');
|
||||
},
|
||||
|
||||
onInsertSlideMaster: function () {
|
||||
|
||||
Reference in New Issue
Block a user