mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #2003 from Tyriar/fix_merge_problem
Fix compile error from conflicting PRs
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user