finally... fixes #24

pull/2/head
gorhill 10 years ago
parent 9838d009aa
commit b2d19afeb8

@ -618,6 +618,8 @@ function renderMatrixMetaCellType(cell, count) {
.prop('count', count);
if ( count ) {
cell.text(count);
} else {
cell.text('\u00A0');
}
}

Loading…
Cancel
Save