Fix compile error from conflicting PRs

This commit is contained in:
Daniel Imms
2019-04-07 13:49:56 -04:00
parent e58033bbac
commit 74b68ac1c7
+1 -1
View File
@@ -84,7 +84,7 @@ export class DomRendererRowFactory {
charElement.classList.add(ITALIC_CLASS);
}
if (flags & FLAGS.DIM) {
if (this._workCell.isDim()) {
charElement.classList.add(DIM_CLASS);
}