@ -23,7 +23,7 @@
{
"name": "MuK Web Utils",
"summary": """Utility Features""",
"version": "12.0.3.0.0",
"version": "12.0.3.0.1",
"category": "Extra Tools",
"license": "LGPL-3",
"author": "MuK IT",
@ -100,7 +100,7 @@ var DropzoneMixin = {
_dropDropzone: function(event) {
if(this._checkDropzoneEvent(event)) {
event.preventDefault();
event.stopPropagation();
// event.stopPropagation();
this._handleDrop(event);
}