This commit is contained in:
OVSharova 2022-11-30 22:58:47 +03:00
parent 7878e05c0d
commit 228497c1d5
3 changed files with 3 additions and 3 deletions

View file

@ -1736,7 +1736,7 @@ define([
true, true, undefined, '1', 'bottom', 'small');
Array.prototype.push.apply(this.paragraphControls, this.btnsPageBreak);
Array.prototype.push.apply(this.lockControls, this.btnsPageBreak);
this.btnPrint.menu && this.btnPrint.$el.toggleClass('btn-slot','btn-split');
this.btnPrint.menu && this.btnPrint.$el.addClass('split');
return $host;
},

View file

@ -1297,7 +1297,7 @@ define([
Array.prototype.push.apply(this.slideOnlyControls, created);
Array.prototype.push.apply(this.lockControls, created);
this.btnPrint.menu && this.btnPrint.$el.toggleClass('btn-slot','btn-split');
this.btnPrint.menu && this.btnPrint.$el.addClass('split');
return $host;
},

View file

@ -2289,7 +2289,7 @@ define([
[Common.enumLock.editCell, Common.enumLock.selRangeEdit, Common.enumLock.headerLock, Common.enumLock.lostConnect, Common.enumLock.coAuth], undefined, undefined, undefined, '1', 'bottom', 'small');
Array.prototype.push.apply(this.lockControls, this.btnsEditHeader);
this.btnPrint.menu && this.btnPrint.$el.toggleClass('btn-slot','btn-split');
this.btnPrint.menu && this.btnPrint.$el.addClass('split');
return $host;
},