We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3196d commit ae06d83Copy full SHA for ae06d83
1 file changed
packages/vtable/src/core/BaseTable.ts
@@ -1167,6 +1167,9 @@ export abstract class BaseTable extends EventTarget implements BaseTableAPI {
1167
height - ((lineWidths[0] ?? 0) + (shadowWidths[0] ?? 0)) - ((lineWidths[2] ?? 0) + (shadowWidths[2] ?? 0));
1168
}
1169
1170
+
1171
+ this._clearColRangeWidthsMap();
1172
+ this._clearRowRangeHeightsMap();
1173
1174
1175
updateViewBox(newViewBox: IBoundsLike) {
0 commit comments