Missing JS parameter
This commit is contained in:
parent
fbcce7a6d8
commit
5b3de5f551
@ -64,7 +64,7 @@ var Droptarget = {
|
||||
_onDragEnd() {
|
||||
this.droptargetCounter = 0;
|
||||
},
|
||||
_onDragOver() {
|
||||
_onDragOver(event) {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user