Browse Source

publish muk_web_utils - 12.0

pull/115/head
MuK IT GmbH 5 years ago
parent
commit
c1616dcf2d
  1. 2
      muk_web_utils/__manifest__.py
  2. 2
      muk_web_utils/static/src/js/core/dropzone.js

2
muk_web_utils/__manifest__.py

@ -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",

2
muk_web_utils/static/src/js/core/dropzone.js

@ -100,7 +100,7 @@ var DropzoneMixin = {
_dropDropzone: function(event) {
if(this._checkDropzoneEvent(event)) {
event.preventDefault();
event.stopPropagation();
// event.stopPropagation();
this._handleDrop(event);
}
}

Loading…
Cancel
Save