This commit is contained in:
Alex Dima
2022-02-22 22:55:04 +01:00
parent 712c1691cb
commit fcf522d109
@@ -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;
}