on 2023 Mar 27 8:28 AM
Hi Neha,
Try this,
this.getView().byId("UploadSet").addDelegate({
ondragenter: function (oEvent) {
oEvent.stopPropagation()
},
ondragover: function (oEvent) {
oEvent.stopPropagation()
},
ondrop: function (oEvent) {
oEvent.stopPropagation()
}
}, true);
Regards,
Shubham C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
10 | |
10 | |
10 | |
10 | |
8 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.