mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
update label location
This commit is contained in:
parent
9d50387eb4
commit
cb37490c02
|
@ -1312,8 +1312,6 @@ export default mixins(
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
initNodeView () {
|
initNodeView () {
|
||||||
|
|
||||||
|
|
||||||
this.instance.importDefaults({
|
this.instance.importDefaults({
|
||||||
Connector: ['Bezier', { curviness: 150 }],
|
Connector: ['Bezier', { curviness: 150 }],
|
||||||
Endpoint: ['Dot', { radius: 5 }],
|
Endpoint: ['Dot', { radius: 5 }],
|
||||||
|
@ -1466,7 +1464,7 @@ export default mixins(
|
||||||
id: 'output-name-label',
|
id: 'output-name-label',
|
||||||
label: outputName,
|
label: outputName,
|
||||||
cssClass: 'connection-output-name-label',
|
cssClass: 'connection-output-name-label',
|
||||||
location: 0.2,
|
location: 30,
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue