id
This commit is contained in:
@ -416,7 +416,6 @@ const moddleExtensions = computed(() => {
|
||||
if (prefix.value === "camunda") {
|
||||
Extensions.camunda = camundaModdleDescriptor;
|
||||
}
|
||||
|
||||
return Extensions;
|
||||
});
|
||||
|
||||
@ -440,6 +439,7 @@ function onSave() {
|
||||
});
|
||||
});
|
||||
}
|
||||
window.BpmnModeler = BpmnModeler;
|
||||
function initBpmnModeler() {
|
||||
if (bpmnModeler) return;
|
||||
bpmnModeler = new BpmnModeler({
|
||||
|
Reference in New Issue
Block a user