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.
1 parent 578ad35 commit 868b2f0Copy full SHA for 868b2f0
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