Skip to content

Commit f047cd0

Browse files
committed
dist
1 parent 7454818 commit f047cd0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dist/schema-form.js

+2
Original file line numberDiff line numberDiff line change
@@ -1270,9 +1270,11 @@ angular.module('schemaForm')
12701270
try {
12711271
slot = element[0].querySelector('*[sf-insert-field="' + obj.key + '"]');
12721272
} catch(err) {
1273+
// field insertion not supported for complex keys
12731274
slot = null;
12741275
}
12751276
if(slot) {
1277+
slot.innerHTML = "";
12761278
slot.appendChild(n);
12771279
} else {
12781280
frag.appendChild(n);

0 commit comments

Comments
 (0)