We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a071691 + 3f1e998 commit 25b58baCopy full SHA for 25b58ba
src/vs/editor/contrib/stickyScroll/browser/stickyScrollController.ts
@@ -435,7 +435,7 @@ export class StickyScrollController extends Disposable implements IEditorContrib
435
if (lineNumberOption.renderType === RenderLineNumbersType.Relative) {
436
this._sessionStore.add(this._editor.onDidChangeCursorPosition(() => {
437
this._showEndForLine = null;
438
- this._renderStickyScroll();
+ this._renderStickyScroll(-1);
439
}));
440
}
441
0 commit comments