mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 00:16:36 +08:00
[create-pull-request] automated change (#1629)
Co-authored-by: oblomov-dev <oblomov-dev@users.noreply.github.com>
This commit is contained in:
parent
dcaf70bf4e
commit
0cd698111e
|
@ -228,11 +228,11 @@ CLASS z2ui5_cl_app_app_js IMPLEMENTATION.
|
||||||
` },` && |\n| &&
|
` },` && |\n| &&
|
||||||
`` && |\n| &&
|
`` && |\n| &&
|
||||||
` renderer(oRm, oControl) {` && |\n| &&
|
` renderer(oRm, oControl) {` && |\n| &&
|
||||||
` // if (!z2ui5.treeState) return;` && |\n| &&
|
` if (!z2ui5.treeState) return;` && |\n| &&
|
||||||
` // setTimeout((id) => {` && |\n| &&
|
` setTimeout((id) => {` && |\n| &&
|
||||||
` // z2ui5.oView.byId( id ).getBinding('items').setTreeState( z2ui5.treeState );` && |\n| &&
|
` z2ui5.oView.byId( id ).getBinding('items').setTreeState( z2ui5.treeState );` && |\n| &&
|
||||||
` // }, 100, oControl.getProperty("tree_id") );` && |\n| &&
|
` }, 100, oControl.getProperty("tree_id") );` && |\n| &&
|
||||||
` } });` && |\n| &&
|
` } });` && |\n| &&
|
||||||
`});` && |\n| &&
|
`});` && |\n| &&
|
||||||
`` && |\n| &&
|
`` && |\n| &&
|
||||||
`sap.ui.define("z2ui5/Scrolling", ["sap/ui/core/Control"], (Control) => {` && |\n| &&
|
`sap.ui.define("z2ui5/Scrolling", ["sap/ui/core/Control"], (Control) => {` && |\n| &&
|
||||||
|
|
Loading…
Reference in New Issue
Block a user