mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-19 14:22:19 +01:00
Fixes #141871
This commit is contained in:
@@ -1843,8 +1843,8 @@ class DiffEditorWidgetSideBySide extends DiffEditorWidgetStyle implements IVerti
|
||||
|
||||
if (this._sashPosition !== sashPosition) {
|
||||
this._sashPosition = sashPosition;
|
||||
this._sash.layout();
|
||||
}
|
||||
this._sash.layout();
|
||||
|
||||
return this._sashPosition;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user