bpmn-vue-properties-panel icon indicating copy to clipboard operation
bpmn-vue-properties-panel copied to clipboard

运行代码直接拖动开始事件时报错

Open HWTsang opened this issue 1 year ago • 0 comments

unhandled error in event listener TypeError: Cannot read properties of undefined (reading '$type')

解决方法: 把src/components/custom-properties-panel/PropertiesView.vue这个文件中的$type的那行替换成 this.eventType = businessObject.eventDefinitions?.[0]?.['$type'] || '';

HWTsang avatar Feb 28 '24 12:02 HWTsang