Skip to content

Commit

Permalink
Fix #75 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
bewee authored Oct 28, 2021
1 parent a570f15 commit a7d94e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/views/editor/macrobuildingelements.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@
}

addInput_(name, options) {
options = JSON.parse(JSON.stringify(options));
options.type = options.type || 'string';
options.value =
options.value ||
Expand Down

0 comments on commit a7d94e6

Please sign in to comment.