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

Fix inverse of 'replace' editor event

This commit is contained in:
Nick O'Leary 2019-11-14 19:13:23 +00:00
parent 1f5ff0c6d3
commit 88cbc32abc
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -39,7 +39,7 @@ RED.history = (function() {
inverseEv = {
t: 'replace',
config: RED.nodes.createCompleteNodeSet(),
changed: [],
changed: {},
rev: RED.nodes.version()
};
RED.nodes.clear();