feat(label-editing): auto-activate for group
This commit is contained in:
parent
c80f29c57f
commit
d0ff81a6e7
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue