Skip to content

Commit

Permalink
chore: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed May 6, 2024
1 parent 965eeba commit 80f55ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export class InlineDiffWidget extends ZoneWidget {

public showByLine(line: number, lineNumber = 20): void {
/**
* 暂时通过 hack 的方式使其能让 zonewidget 在空白处显示出来,后续需要升级 monaco 来实现
* 暂时通过 hack 的方式使其能让 zonewidget 在空白处显示出来
*/
// @ts-ignore
this.editor._modelData.viewModel.coordinatesConverter.modelPositionIsVisible = () => true;
Expand Down

0 comments on commit 80f55ee

Please sign in to comment.