feat(label-editing): auto-activate for group

This commit is contained in:
Nico Rehwaldt 2019-06-13 14:38:03 +02:00 committed by merge-me[bot]
parent c80f29c57f
commit d0ff81a6e7
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ export default function LabelEditingProvider(
function activateDirectEdit(element, force) {
if (force ||
isAny(element, [ 'bpmn:Task', 'bpmn:TextAnnotation' ]) ||
isAny(element, [ 'bpmn:Task', 'bpmn:TextAnnotation', 'bpmn:Group' ]) ||
isCollapsedSubProcess(element)) {
directEditing.activate(element);