[all] debug for insert chart

This commit is contained in:
Maxim Kadushkin 2020-04-29 11:01:24 +03:00
parent 5904c08e15
commit 2400e764e6
2 changed files with 3 additions and 2 deletions

View file

@ -204,7 +204,9 @@ define([
}
function onAppShowed(config) {
if ( this.labelDocName ) {
if ( this.labelDocName && this.labelDocName.get(0).id == 'title-doc-name'
&& this.labelDocName.is(':visible') )
{
var $tools = this.btnSave.$el.parent('#header-tools');
var _left_width = $tools.prev().outerWidth() + $tools.outerWidth();
var _right_width = this.labelUserName.outerWidth();

View file

@ -374,7 +374,6 @@
}
#title-doc-name {
position: absolute;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;