Skip to content

Commit

Permalink
retriggering the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aiday-mar committed Aug 10, 2023
1 parent 042b44a commit f3392e8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ export class StickyScrollWidget extends Disposable implements IOverlayWidget {
this._updateWidgetWidth();
}
}));
this._register(this._editor.onDidChangeModel(() => {
updateScrollLeftPosition();
}));
this._register(this._editor.onDidChangeModel(() => updateScrollLeftPosition()));
updateScrollLeftPosition();

this._register(this._editor.onDidLayoutChange((e) => {
Expand Down

0 comments on commit f3392e8

Please sign in to comment.