提交 fe852617 编写于 作者: A Alex Dima

Fixes #25277: Diff editor scrollbar is out of sync

上级 8641e4f7
......@@ -384,6 +384,8 @@ export class DiffEditorWidget extends Disposable implements editorBrowser.IDiffE
scrollTop: e.scrollTop
});
this._isHandlingScrollEvent = false;
this._layoutOverviewViewport();
}));
this._register(this.originalEditor.onDidChangeViewZones(() => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册