mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Set height of a11y rows on creation
This commit is contained in:
@@ -37,6 +37,7 @@ export class AccessibilityManager implements IDisposable {
|
||||
this._rowElements[i] = document.createElement('div');
|
||||
this._rowContainer.appendChild(this._rowElements[i]);
|
||||
}
|
||||
this._refreshRowsDimensions();
|
||||
this._accessibilityTreeRoot.appendChild(this._rowContainer);
|
||||
|
||||
this._liveRegion = document.createElement('div');
|
||||
|
||||
Reference in New Issue
Block a user