[create-pull-request] automated change (#1783)
Some checks failed
UI5_2X / UI5_2X (push) Waiting to run
auto_abaplint_fix / auto_abaplint_fix (push) Waiting to run
auto_downport / auto_downport (push) Waiting to run
create_app2abap / create_app2abap (push) Waiting to run
create_frontend / create_frontend (push) Waiting to run
mirror_srtti / mirror_srtti (push) Has been cancelled
mirror_ajson / mirror_ajson (push) Has been cancelled

Co-authored-by: oblomov-dev <oblomov-dev@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-02-22 19:36:55 -05:00 committed by GitHub
parent 8357466c22
commit 05db396a1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -924,7 +924,7 @@ CLASS z2ui5_cl_app_app_js IMPLEMENTATION.
` verticalScrolling: false,` && |\n| &&
` stretch: true,` && |\n| &&
` content: [` && |\n| &&
` new HTML({` && |\n| &&
` new sap.ui.core.HTML({` && |\n| &&
` id: this.getId() + 'PictureContainer',` && |\n| &&
` content: '<video width="600px" height="400px" autoplay="true" id="zvideo">'` && |\n| &&
` }),` && |\n| &&
@ -935,7 +935,7 @@ CLASS z2ui5_cl_app_app_js IMPLEMENTATION.
` this._oScanDialog.close();` && |\n| &&
` }.bind(this)` && |\n| &&
` }),` && |\n| &&
` new HTML({` && |\n| &&
` new sap.ui.core.HTML({` && |\n| &&
` content: '<canvas hidden id="zcanvas" style="overflow:auto"></canvas>'` && |\n| &&
` }),` && |\n| &&
` ],` && |\n| &&
@ -1084,6 +1084,7 @@ CLASS z2ui5_cl_app_app_js IMPLEMENTATION.
` });` && |\n| &&
`}` && |\n| &&
`);` && |\n| &&
`` && |\n| &&
``.
ENDMETHOD.