1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Capture workspace dirty state when quick-adding junction

Fixes #4282
This commit is contained in:
Nick O'Leary 2023-08-16 15:58:08 +01:00
parent f719e5ad49
commit 2137211d42
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

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 {