fix bad none-breaking whitespace

This commit is contained in:
Johannes Rieken
2020-12-09 09:08:14 +00:00
committed by GitHub
parent 64ac67026a
commit b2c4ed638b
+1 -1
View File
@@ -263,7 +263,7 @@ export class AccessibilityManager extends Disposable {
const element = this._rowElements[i];
if (element) {
if (lineData.length === 0) {
element.innerText = '\u00a0;';
element.innerText = '\u00a0';
} else {
element.textContent = lineData;
}