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
1 changed files with 1 additions and 1 deletions

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();