mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix serialisation of selection in view
This commit is contained in:
parent
5ea3329b36
commit
ecaf866613
@ -2075,7 +2075,7 @@ RED.view = (function() {
|
||||
return value.source.id+":"+value.sourcePort+":"+value.target.id;
|
||||
} else if (key === 'links') {
|
||||
return value.map(function(link) {
|
||||
link.source.id+":"+link.sourcePort+":"+link.target.id;
|
||||
return link.source.id+":"+link.sourcePort+":"+link.target.id;
|
||||
});
|
||||
}
|
||||
return value;
|
||||
|
Loading…
Reference in New Issue
Block a user