Skip to content

Commit

Permalink
fix: 修复缺陷
Browse files Browse the repository at this point in the history
  • Loading branch information
ctank committed May 23, 2019
1 parent 0f404d5 commit 8d2671b
Show file tree
Hide file tree
Showing 2 changed files with 563 additions and 3 deletions.
563 changes: 562 additions & 1 deletion dist/js/bpd-core.umd.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/draw/draw.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,8 @@ class Draw extends Operation {
if (plane.id === element.id + '_di') {
const data = cloneDeep(element)
if (element.extensionElements) {
data.extensionElements.values = setExportExtensions(
data.extensionElements.values =
element.extensionElements.values || []
)
}
const type = getBpmnNameByType(element.$type)
if (type !== 'SequenceFlow') {
Expand Down

0 comments on commit 8d2671b

Please sign in to comment.