1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Show port label of subflow with input port

This commit is contained in:
nakanishi 2018-11-01 13:35:13 +09:00
parent 2353f12cd6
commit 5500b4fe35

View File

@ -588,7 +588,7 @@ RED.editor = (function() {
for (i=inputCount;i<childCount;i++) {
$(children[i]).remove();
}
if (outputCount === 0) {
if (inputCount === 0) {
buildLabelRow().appendTo(inputsDiv);
}
}