Mark workspace dirty when deleting link node link

Fixes #2274
pull/2212/merge
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
1 changed files with 1 additions and 1 deletions

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