@@ -332,8 +332,7 @@ export default {
|
|||||||
return true
|
return true
|
||||||
},
|
},
|
||||||
dragEnter() {
|
dragEnter() {
|
||||||
if (!compInOperation) return
|
if (compInOperation.model.id === this.model.id || !compInOperation || this.model.isLeaf) return
|
||||||
if (this.model.isLeaf) return
|
|
||||||
this.isDragEnterNode = true
|
this.isDragEnterNode = true
|
||||||
},
|
},
|
||||||
dragLeave() {
|
dragLeave() {
|
||||||
|
Reference in New Issue
Block a user