提交 ab86b9ad 编写于 作者: M Matt Bierner

Don't need to remove class that is never set

上级 9d6d1464
......@@ -359,7 +359,6 @@ export class ParameterHintsWidget implements IContentWidget, IDisposable {
this.renderDisposeables = [];
const activeParameter = signature.parameters[this.hints.activeParameter];
dom.removeClass(this.docs, 'markdown-docs');
if (activeParameter && activeParameter.documentation) {
const documentation = $('span.documentation');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册