I use list drag and drop implemented by sortable.js, which is not a problem in other browsers, only 360 browsers. Problem description:
**360**
:
document.body.ondrop = function (event) {
event.preventDefault();
event.stopPropagation();
};
but it didn"t work. I don"t know what to do now. Ask for help