Skip to content

Commit

Permalink
fix(*): bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctank committed May 28, 2019
1 parent 7eb9b38 commit 7f35fab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/js/bpd-core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/bpd-core.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/core/designer.js
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ class Designer {
const extensions = []
values.forEach(extension => {
const descriptor = extension.$type || extension.name
const attrs = cloneDeep(extension)
const attrs = Object.assign({}, cloneDeep(extension), extension.$attrs)
delete attrs.$type
delete attrs.name
const extensionModel = this.createModel({
Expand Down

0 comments on commit 7f35fab

Please sign in to comment.