mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
Small changes to ShadowDOM
This commit is contained in:
@@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user