Ensure a11y tree is located above the prompt

This commit is contained in:
Daniel Imms
2018-01-23 09:50:47 -08:00
parent c2d78e57d0
commit bce0cce74d
+1 -1
View File
@@ -56,7 +56,7 @@ export class AccessibilityManager implements IDisposable {
this._liveRegion.setAttribute('aria-live', 'assertive');
this._accessibilityTreeRoot.appendChild(this._liveRegion);
this._terminal.element.appendChild(this._accessibilityTreeRoot);
this._terminal.element.insertAdjacentElement('afterbegin', this._accessibilityTreeRoot);
this._disposables.push(this._renderRowsDebouncer);
this._disposables.push(this._navigationMode);