提交 3d2d1cfb 编写于 作者: R rebornix

Fix #22568

上级 bbd5a558
......@@ -649,7 +649,8 @@ export class ViewModel implements IViewModel {
+ `font-family: ${fontInfo.fontFamily};`
+ `font-weight: ${fontInfo.fontWeight};`
+ `font-size: ${fontInfo.fontSize}px;`
+ `line-height: ${fontInfo.lineHeight}px`
+ `line-height: ${fontInfo.lineHeight}px;`
+ `white-space: pre;`
+ `">`
+ this._getHTMLToCopy(range, colorMap)
+ '</div>'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册