This commit is contained in:
cxc
2022-12-22 17:30:52 +08:00
parent b07498d904
commit 955f86201f
9 changed files with 110 additions and 56 deletions

View File

@ -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({