From 0cd698111ea33dcdc6e54101c3d86dbd195789f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:18:36 +0100 Subject: [PATCH] [create-pull-request] automated change (#1629) Co-authored-by: oblomov-dev --- src/01/03/z2ui5_cl_app_app_js.clas.abap | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/01/03/z2ui5_cl_app_app_js.clas.abap b/src/01/03/z2ui5_cl_app_app_js.clas.abap index 116241e4..e1d9df99 100644 --- a/src/01/03/z2ui5_cl_app_app_js.clas.abap +++ b/src/01/03/z2ui5_cl_app_app_js.clas.abap @@ -228,11 +228,11 @@ CLASS z2ui5_cl_app_app_js IMPLEMENTATION. ` },` && |\n| && `` && |\n| && ` renderer(oRm, oControl) {` && |\n| && - ` // if (!z2ui5.treeState) return;` && |\n| && - ` // setTimeout((id) => {` && |\n| && - ` // z2ui5.oView.byId( id ).getBinding('items').setTreeState( z2ui5.treeState );` && |\n| && - ` // }, 100, oControl.getProperty("tree_id") );` && |\n| && - ` } });` && |\n| && + ` if (!z2ui5.treeState) return;` && |\n| && + ` setTimeout((id) => {` && |\n| && + ` z2ui5.oView.byId( id ).getBinding('items').setTreeState( z2ui5.treeState );` && |\n| && + ` }, 100, oControl.getProperty("tree_id") );` && |\n| && + ` } });` && |\n| && `});` && |\n| && `` && |\n| && `sap.ui.define("z2ui5/Scrolling", ["sap/ui/core/Control"], (Control) => {` && |\n| &&