Set height of a11y rows on creation

This commit is contained in:
Daniel Imms
2018-01-03 10:08:24 -08:00
parent 5ca15cfe3b
commit 6d1064fc01
+1
View File
@@ -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');