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