mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-29 17:41:32 +01:00
updating the code
This commit is contained in:
@@ -161,7 +161,6 @@ export class StickyScrollWidget extends Disposable implements IOverlayWidget {
|
||||
let lineNumberDomNode: HTMLElement;
|
||||
|
||||
for (const [index, line] of this._lineNumbers.entries()) {
|
||||
console.log('line : ', line);
|
||||
|
||||
const previousRenderedStickyLine = this._previousStickyLines[index];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user