mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 17:57:56 +08:00
Fix bug
This commit is contained in:
@ -265,7 +265,7 @@ define(['common/main/lib/view/AdvancedSettingsWindow',
|
||||
}
|
||||
},
|
||||
'item:add': function (dataView, itemView, record) {
|
||||
me._currentChartSpace.updateView(record.get('id'));
|
||||
record && record.get('data').updateView(record.get('id'));
|
||||
}
|
||||
});
|
||||
Common.UI.FocusManager.insert(this, tab.listPreview, -1 * this.getFooterButtons().length);
|
||||
|
||||
Reference in New Issue
Block a user