提交 189a22d9 编写于 作者: R rebornix

Mitigate microsoft/vscode-pull-request-github#313.

上级 6d7ab694
......@@ -30,7 +30,7 @@ export class CommentGlyphWidget {
options: this._commentsOptions
}];
this.commentsDecorations = this._editor.getModel().deltaDecorations(this.commentsDecorations, commentsDecorations);
this.commentsDecorations = this._editor.deltaDecorations(this.commentsDecorations, commentsDecorations);
}
setLineNumber(lineNumber: number): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册