chore(bpmn-rules): remove legacy hacks
This commit is contained in:
parent
c1052383da
commit
1da513808c
|
@ -627,11 +627,6 @@ function canAttach(elements, target, source, position) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// allow default move operation
|
|
||||||
if (!target) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
// disallow drop on event sub processes
|
// disallow drop on event sub processes
|
||||||
if (isEventSubProcess(target)) {
|
if (isEventSubProcess(target)) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue