提交 81400337 编写于 作者: J Johannes Rieken

don't stringify tt before applying it, https://github.com/microsoft/vscode/issues/106396

上级 1cdede1f
......@@ -647,7 +647,7 @@ class CodeCellDragImageRenderer {
return null;
}
editorContainer.innerHTML = String(richEditorText);
editorContainer.innerHTML = richEditorText as unknown as string;
return dragImageContainer;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册