We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 399621e + 23328a3 commit 51c580eCopy full SHA for 51c580e
src/browser/renderer/dom/DomRendererRowFactory.ts
@@ -166,7 +166,7 @@ export class DomRendererRowFactory {
166
if (cell.isUnderline()) {
167
charElement.classList.add(`${UNDERLINE_CLASS}-${cell.extended.underlineStyle}`);
168
if (charElement.textContent === ' ') {
169
- charElement.innerHTML = ' ';
+ charElement.textContent = '\xa0'; // =
170
}
171
if (!cell.isUnderlineColorDefault()) {
172
if (cell.isUnderlineColorRGB()) {
0 commit comments