Allowing copies of literal text fields.
This commit is contained in:
@@ -231,6 +231,7 @@ function addLiteralInput(input, previousSibling) {
|
|||||||
value: field.value
|
value: field.value
|
||||||
}
|
}
|
||||||
} : undefined;
|
} : undefined;
|
||||||
|
createCopy(input, field, addLiteralInput);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
var option;
|
var option;
|
||||||
|
|||||||
Reference in New Issue
Block a user