mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Diff view: subflows can have port labels as well
This commit is contained in:
parent
1671d1f580
commit
f808e85da9
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user