keeping visual updates after node edition
This commit is contained in:
parent
b7c847930b
commit
e148db41f0
1 changed files with 4 additions and 0 deletions
|
|
@ -532,6 +532,10 @@ export function updateTemplate(
|
|||
if (objectToUpdate[key] && objectToUpdate[key].value) {
|
||||
clonedObject[key].value = objectToUpdate[key].value;
|
||||
}
|
||||
if(objectToUpdate[key] && objectToUpdate[key].advanced!==null && objectToUpdate[key].advanced!==undefined){
|
||||
clonedObject[key].advanced = objectToUpdate[key].advanced;
|
||||
|
||||
}
|
||||
}
|
||||
return clonedObject;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue