mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-23 07:18:49 +00:00
fix(update-properties-handler): fix typo
This commit is contained in:
parent
ce791b8e17
commit
f047fefd89
@ -195,7 +195,7 @@ function setProperties(businessObject, properties) {
|
||||
if (key !== DI) {
|
||||
businessObject.set(key, value);
|
||||
} else {
|
||||
// only update, if businessObject.id exists
|
||||
// only update, if businessObject.di exists
|
||||
if (businessObject.di) {
|
||||
setDiProperties(businessObject.di, value);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user