Skip to content

Commit 8ba7af2

Browse files
1 parent 24a512c commit 8ba7af2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/02/z2ui5.wapa.controller_-app.controller.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ sap.ui.define("z2ui5/Tree", ["sap/ui/core/Control"], (Control) => {
207207
z2ui5.onBeforeRoundtrip.push(this.setBackend.bind(this));
208208
},
209209

210+
renderer(oRm, oControl) {
210211
if (!z2ui5.treeState) return;
211212
setTimeout((id) => {
212213
z2ui5.oView.byId( id ).getBinding('items').setTreeState( z2ui5.treeState );

0 commit comments

Comments
 (0)