fix bug
This commit is contained in:
parent
7878e05c0d
commit
228497c1d5
|
@ -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;
|
||||
},
|
||||
|
||||
|
|
|
@ -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;
|
||||
},
|
||||
|
||||
|
|
|
@ -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;
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue