mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00: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…
x
Reference in New Issue
Block a user