#51935 clone override contents

This commit is contained in:
Sandeep Somavarapu 2021-11-15 19:33:14 +01:00
parent 6150256284
commit 7f3fb9cf2d
No known key found for this signature in database
GPG key ID: 1FED25EC4646638B

View file

@ -175,7 +175,7 @@ export class ConfigurationModel implements IConfigurationModel {
if (contents) {
this.mergeContents(contents, contentsToMerge);
} else {
contents = contentsToMerge;
contents = objects.deepClone(contentsToMerge);
}
}
};