mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Merge branch 'main' into copy-image-handle-error
This commit is contained in:
@@ -68,7 +68,7 @@ onceDocumentLoaded(() => {
|
||||
getRawData('data-initial-md-content'),
|
||||
'text/html'
|
||||
);
|
||||
document.body.appendChild(markDownHtml.body);
|
||||
document.body.append(...markDownHtml.body.children);
|
||||
|
||||
// Restore
|
||||
const scrollProgress = state.scrollProgress;
|
||||
|
||||
Reference in New Issue
Block a user