mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Clear retained status of deleted nodes
This commit is contained in:
@@ -319,6 +319,11 @@ class Flow {
|
||||
node.error(err);
|
||||
}
|
||||
}
|
||||
if (removedMap[stopList[i]]) {
|
||||
events.emit("node-status",{
|
||||
id: node.id
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
return Promise.all(promises);
|
||||
|
Reference in New Issue
Block a user