提交 ef7000a9 编写于 作者: C Christof Marti

Builder removal #57196

上级 0bfd4780
......@@ -184,7 +184,7 @@ export class WatermarkContribution implements IWorkbenchContribution {
private destroy(): void {
if (this.watermark) {
dom.removeNode(this.watermark);
this.watermark.remove();
this.partService.getContainer(Parts.EDITOR_PART).classList.remove('has-watermark');
this.dispose();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册