[PE] Open insert tab when switch up slide master mode

This commit is contained in:
Julia.Svinareva
2024-05-31 17:19:37 +03:00
parent d84db413c3
commit 1f786e7d9c

View File

@ -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 () {