mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #1955 from node-red-hitachi/subflow-label
Show port label of subflow with input port
This commit is contained in:
commit
2e3fd49b40
@ -588,7 +588,7 @@ RED.editor = (function() {
|
|||||||
for (i=inputCount;i<childCount;i++) {
|
for (i=inputCount;i<childCount;i++) {
|
||||||
$(children[i]).remove();
|
$(children[i]).remove();
|
||||||
}
|
}
|
||||||
if (outputCount === 0) {
|
if (inputCount === 0) {
|
||||||
buildLabelRow().appendTo(inputsDiv);
|
buildLabelRow().appendTo(inputsDiv);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user