Skip to content

Commit fe85261

Browse files
committed
Fixes microsoft#25277: Diff editor scrollbar is out of sync
1 parent 8641e4f commit fe85261

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/vs/editor/browser/widget/diffEditorWidget.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,8 @@ export class DiffEditorWidget extends Disposable implements editorBrowser.IDiffE
384384
scrollTop: e.scrollTop
385385
});
386386
this._isHandlingScrollEvent = false;
387+
388+
this._layoutOverviewViewport();
387389
}));
388390

389391
this._register(this.originalEditor.onDidChangeViewZones(() => {

0 commit comments

Comments
 (0)