mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 07:31:07 +01:00
Fix undo node output changes inside a Subflow
This commit is contained in:
@@ -1179,7 +1179,7 @@ RED.editor = (function() {
|
||||
if (editState.outputMap) {
|
||||
historyEvent.outputMap = editState.outputMap;
|
||||
}
|
||||
if (subflowInstances) {
|
||||
if (subflowInstances && subflowInstances.length) {
|
||||
historyEvent.subflow = {
|
||||
instances:subflowInstances
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user