@brightspace-ui/core 3.206.2 → 3.206.3
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.
|
@@ -635,7 +635,9 @@ export class TableWrapper extends PageableMixin(SelectionMixin(LitElement)) {
|
|
|
635
635
|
|
|
636
636
|
if (colSyncFix) {
|
|
637
637
|
const maxScrollWidth = Math.max(head?.scrollWidth, body?.scrollWidth);
|
|
638
|
-
|
|
638
|
+
setTimeout(() => {
|
|
639
|
+
this._noScrollWidth = this.clientWidth === maxScrollWidth;
|
|
640
|
+
});
|
|
639
641
|
}
|
|
640
642
|
if (!head || !body || !this._table || !this.stickyHeaders || !this.stickyHeadersScrollWrapper || this._noScrollWidth) return;
|
|
641
643
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "3.206.
|
|
3
|
+
"version": "3.206.3",
|
|
4
4
|
"description": "A collection of accessible, free, open-source web components for building Brightspace applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "https://github.com/BrightspaceUI/core.git",
|