Skip to content

Commit a7d94e6

Browse files
authored
Fix #75 (#79)
1 parent a570f15 commit a7d94e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/views/editor/macrobuildingelements.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@
345345
}
346346

347347
addInput_(name, options) {
348+
options = JSON.parse(JSON.stringify(options));
348349
options.type = options.type || 'string';
349350
options.value =
350351
options.value ||

0 commit comments

Comments
 (0)