[SSE] Fix internal editors

This commit is contained in:
Julia Radzhabova 2022-12-05 12:05:43 +03:00
parent 40c7b24504
commit fad08ff7e7

View file

@ -2317,7 +2317,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.addClass('split');
this.btnPrint && this.btnPrint.menu && this.btnPrint.$el.addClass('split');
return $host;
},