Small changes to ShadowDOM

This commit is contained in:
Luis Oliveira
2020-01-13 09:36:48 +00:00
parent 438c35c042
commit c5771a3cb6
2 changed files with 78 additions and 54 deletions

View File

@@ -826,7 +826,7 @@ export function createStyleSheet(container: HTMLElement): HTMLStyleElement {
container = (window as any).monacoShadowRoot.querySelector('head');
}
else {
container = document.getElementsByTagName('head')[0]
container = document.getElementsByTagName('head')[0];
}
}