@taocompany/magic-grid 0.3.1 → 0.3.2
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/dist/index.es.js
CHANGED
|
@@ -18838,7 +18838,7 @@ var LS = class {
|
|
|
18838
18838
|
return this.overlayScrollbars === null && (this.overlayScrollbars = PS()), this.overlayScrollbars;
|
|
18839
18839
|
}
|
|
18840
18840
|
handleViewportResize() {
|
|
18841
|
-
this.deps.isDestroyed() || (NS(), this.overlayScrollbars = null, this.syncHeaderFooterRowWidth(), this.syncScrollbarGutter(), this.syncBorderClosureState());
|
|
18841
|
+
this.deps.isDestroyed() || (NS(), this.overlayScrollbars = null, this.syncHeaderFooterRowWidth(), this.syncScrollbarGutter(), this.syncBorderClosureState(), this.syncIndexColumnFill());
|
|
18842
18842
|
}
|
|
18843
18843
|
syncHeaderFooterRowWidth() {
|
|
18844
18844
|
let e = this.deps.columnModel.getTotalWidth();
|