提交 11e34ce1 编写于 作者: A Alexandru Dima 提交者: GitHub

Merge pull request #33981 from nicksnyder/patch-2

Use unused param
......@@ -467,7 +467,7 @@ export abstract class CommonCodeEditor extends Disposable implements editorCommo
public revealRange(range: IRange, scrollType: editorCommon.ScrollType = editorCommon.ScrollType.Smooth, revealVerticalInCenter: boolean = false, revealHorizontal: boolean = true): void {
this._revealRange(
range,
false ? VerticalRevealType.Center : VerticalRevealType.Simple,
revealVerticalInCenter ? VerticalRevealType.Center : VerticalRevealType.Simple,
revealHorizontal,
scrollType
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册