Skip to content

Commit

Permalink
FIXUP RULES
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Jun 14, 2019
1 parent 3e59bc2 commit a31607c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/rules/BpmnRules.js
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ function canConnect(source, target, connection) {
function canDrop(element, target, position) {

// can move labels and groups everywhere
if (isLabel(target) || isGroup(target)) {
if (isLabel(element) || isGroup(element)) {
return true;
}

Expand Down

0 comments on commit a31607c

Please sign in to comment.