mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #4283 from node-red/4282-dirty-junction-undo
Capture workspace dirty state when quick-adding junction
This commit is contained in:
commit
927fc5424b
@ -1398,6 +1398,7 @@ RED.view = (function() {
|
|||||||
}
|
}
|
||||||
historyEvent = {
|
historyEvent = {
|
||||||
t:'add',
|
t:'add',
|
||||||
|
dirty: RED.nodes.dirty(),
|
||||||
junctions:[nn]
|
junctions:[nn]
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user