This commit is contained in:
Daniel Imms
2024-06-04 05:30:54 -07:00
parent 599cbc49f7
commit 12e5841959
+1 -1
View File
@@ -398,7 +398,7 @@ export class AccessibilityManager extends Disposable {
}
Object.assign(this._accessibilityContainer.style, {
width: `${this._renderService.dimensions.css.canvas.width}px`,
fontSize: `${this._terminal.options.fontSize}px`,
fontSize: `${this._terminal.options.fontSize}px`
});
if (this._rowElements.length !== this._terminal.rows) {
this._handleResize(this._terminal.rows);