mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
First draft of diff editor v2.
This commit is contained in:
@@ -1865,7 +1865,7 @@ export function h(tag: string, ...args: [] | [attributes: { $: string } & Partia
|
||||
el.appendChild(c);
|
||||
} else if (typeof c === 'string') {
|
||||
el.append(c);
|
||||
} else {
|
||||
} else if ('root' in c) {
|
||||
Object.assign(result, c);
|
||||
el.appendChild(c.root);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user