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

Mark workspace dirty when deleting link node link

Fixes #2274
This commit is contained in:
Nick O'Leary 2019-09-10 11:12:07 +01:00
parent 473c45794e
commit c138e2ffb4
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -1748,7 +1748,7 @@ RED.view = (function() {
],
dirty:RED.nodes.dirty()
}
RED.nodes.dirty(true);
selected_link.source.changed = true;
selected_link.target.changed = true;
selected_link.target.links.splice(sourceIdIndex,1);