mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Clear moved flag when nodes are deployed
This commit is contained in:
parent
9a6cf58565
commit
f3840512ba
@ -385,6 +385,10 @@ RED.deploy = (function() {
|
||||
node.dirty = true;
|
||||
node.changed = false;
|
||||
}
|
||||
if (node.moved) {
|
||||
node.dirty = true;
|
||||
node.moved = false;
|
||||
}
|
||||
if(node.credentials) {
|
||||
delete node.credentials;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user