mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Leave a node to nls its own port labels
This commit is contained in:
parent
ec0209b175
commit
5f1e37b7fa
@ -1504,9 +1504,6 @@ RED.view = (function() {
|
||||
} else if ($.isArray(portLabels)) {
|
||||
result = portLabels[portIndex];
|
||||
}
|
||||
if (result) {
|
||||
result = node._(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
function portMouseOver(port,d,portType,portIndex) {
|
||||
|
Loading…
Reference in New Issue
Block a user