barsa-sap-ui 2.3.154 → 2.3.155
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5445,7 +5445,7 @@ class UiReportContainerComponent extends SapUiReportBaseComponent {
|
|
|
5445
5445
|
this._subscribeReportLayoutPolicy();
|
|
5446
5446
|
}
|
|
5447
5447
|
_subscribeReportLayoutPolicy() {
|
|
5448
|
-
|
|
5448
|
+
this._scrollLayoutContext?.setMode(this._parentFormpanelService ? 'nested' : 'isolated');
|
|
5449
5449
|
combineLatest([this.selectedView$, this._scrollMode$])
|
|
5450
5450
|
.pipe(takeUntil$1(this._onDestroy$))
|
|
5451
5451
|
.subscribe(([view, mode]) => {
|