mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-23 15:29:05 +00:00
fix(auto-resize): do not include labels for resize calculation
This commit is contained in:
parent
ede384b5ac
commit
6bed01e023
@ -70,6 +70,10 @@ function AutoResize(eventBus, canvas, modeling){
|
||||
return;
|
||||
}
|
||||
|
||||
if (shape.labelTarget) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!is(target, 'bpmn:Participant') && !is(target, 'bpmn:Lane')) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user