@syncfusion/ej2-ribbon 23.1.38 → 23.1.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/dist/ej2-ribbon.umd.min.js +2 -2
- package/dist/ej2-ribbon.umd.min.js.map +1 -1
- package/dist/es6/ej2-ribbon.es2015.js +2 -0
- package/dist/es6/ej2-ribbon.es2015.js.map +1 -1
- package/dist/es6/ej2-ribbon.es5.js +2 -0
- package/dist/es6/ej2-ribbon.es5.js.map +1 -1
- package/dist/global/ej2-ribbon.min.js +2 -2
- package/dist/global/ej2-ribbon.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +10 -10
- package/src/ribbon/base/ribbon.js +2 -0
- package/styles/bootstrap4.css +13 -2
- package/styles/ribbon/bootstrap4.css +13 -2
|
@@ -5388,6 +5388,8 @@ var Ribbon = /** @__PURE__ @class */ (function (_super) {
|
|
|
5388
5388
|
}
|
|
5389
5389
|
}
|
|
5390
5390
|
}
|
|
5391
|
+
var activeContent = this.tabObj.element.querySelector('#' + this.tabs[this.selectedTab].id + CONTENT_ID);
|
|
5392
|
+
this.checkOverflow(this.selectedTab, activeContent);
|
|
5391
5393
|
};
|
|
5392
5394
|
Ribbon.prototype.switchLayout = function () {
|
|
5393
5395
|
this.currentControlIndex = 0;
|