fix output label positions

This commit is contained in:
Mutasem 2021-10-28 17:21:31 +02:00
parent c1a9e263e6
commit 2e6eb8394a

View file

@ -263,7 +263,7 @@ export const nodeBase = mixins(
['Label',
{
id: 'output-name-label',
location: [1.75, 0.5],
location: [1.9, 0.5],
label: nodeTypeData.outputNames[index],
cssClass: 'node-output-endpoint-label',
visible: true,