chore(bpmn-rules): remove legacy hacks

This commit is contained in:
Maciej Barelkowski 2019-05-17 13:59:09 +02:00 committed by merge-me[bot]
parent c1052383da
commit 1da513808c
1 changed files with 0 additions and 5 deletions

View File

@ -627,11 +627,6 @@ function canAttach(elements, target, source, position) {
return false;
}
// allow default move operation
if (!target) {
return true;
}
// disallow drop on event sub processes
if (isEventSubProcess(target)) {
return false;