Merge pull request #4283 from node-red/4282-dirty-junction-undo

Capture workspace dirty state when quick-adding junction
This commit is contained in:
Nick O'Leary 2023-08-18 15:53:25 +01:00 committed by GitHub
commit 927fc5424b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1398,6 +1398,7 @@ RED.view = (function() {
} }
historyEvent = { historyEvent = {
t:'add', t:'add',
dirty: RED.nodes.dirty(),
junctions:[nn] junctions:[nn]
} }
} else { } else {