OO.ui.IndexLayout.prototype.getCurrentTabPanel = function () {
    const name = this.getCurrentTabPanelName();
    return name ? this.getTabPanel( name ) : undefined;
};