Display output names on connections if there are any

This commit is contained in:
Jan Oberhauser
2019-06-27 11:27:02 +02:00
parent 5cbd16e286
commit a7cd27d745
5 changed files with 72 additions and 7 deletions

View File

@@ -207,6 +207,7 @@ export const nodeBase = mixins(nodeIndex).extend({
newEndpointData.overlays = [
['Label',
{
id: 'output-name-label',
location: [0.5, 1.5],
label: nodeTypeData.outputNames[index],
cssClass: 'node-endpoint-label',