chore: add comment

This commit is contained in:
caele
2021-01-14 10:23:22 +01:00
parent acf6eb7b26
commit f934fa929d

View File

@@ -21,6 +21,7 @@ class Root extends React.PureComponent {
columnSeparatorWidth = '8px';
}
} else {
// 230 is the left "header", rest is magic margins
const headerMarginRight = 8 + 230 + 20;
const borderWidth = 1;
const rowCellCount = data.matrix[0].length;