Remove console.log
parent
8c7aa7e916
commit
d141c8ee3c
|
@ -239,7 +239,6 @@ export default {
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
onDragEnter(event) {
|
onDragEnter(event) {
|
||||||
console.log('enter');
|
|
||||||
if (!this.disabled) {
|
if (!this.disabled) {
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
|
Loading…
Reference in New Issue