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