未验证 提交 26fae7b6 编写于 作者: A Alex Dima

Merge remote-tracking branch 'origin/master' into pr/lmvco/88536

......@@ -68,7 +68,7 @@ export class CodeLensContribution implements IEditorContribution {
this._styleElement = dom.createStyleSheet(
dom.isInShadowDOM(this._editor.getContainerDomNode())
? this._editor.getContainerDomNode()
: null
: undefined
);
this._updateLensStyle();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册