mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2025-08-26 04:32:44 +08:00
fix(copy-paste): don't override descriptor <type> property
This is redundant anyway, as we take the type + additional information from the to-be-copied business object. Closes #751
This commit is contained in:
@ -54,7 +54,6 @@ function BpmnCopyPaste(
|
||||
}
|
||||
|
||||
setProperties(descriptor, businessObject, [
|
||||
'type',
|
||||
'processRef',
|
||||
'triggeredByEvent'
|
||||
]);
|
||||
|
Reference in New Issue
Block a user