Diff view: subflows can have port labels as well

This commit is contained in:
Nick O'Leary 2017-08-04 14:26:05 +01:00
parent 1671d1f580
commit f808e85da9
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,7 @@ RED.diff = (function() {
if (def.defaults) {
properties = properties.concat(Object.keys(def.defaults));
}
if (node.type !== 'tab' && node.type !== 'subflow') {
if (node.type !== 'tab') {
properties = properties.concat(['inputLabels','outputLabels']);
}
properties.forEach(function(d) {