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| &&