Skip to content

Commit 54f4be4

Browse files
authored
Merge pull request #444 from iwauo/bugfix/page_zoom_out_issue
fix: cells around the fixed column/row are not rendered when zooming out in browser
2 parents ac7e38d + 0d63d5d commit 54f4be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ function renderContentGrid({
268268
// const sumWidth = cols.sumWidth(sci, eci + 1);
269269
// const sumHeight = rows.sumHeight(sri, eri + 1);
270270
// console.log('sumWidth:', sumWidth);
271-
draw.clearRect(0, 0, w, h);
271+
// draw.clearRect(0, 0, w, h);
272272
if (!settings.showGrid) {
273273
draw.restore();
274274
return;

0 commit comments

Comments
 (0)