mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-31 23:47:28 -08:00
hide by default
This commit is contained in:
parent
a0ea038edf
commit
400a7a6455
|
@ -1396,9 +1396,9 @@ export default mixins(
|
||||||
id: 'connection-actions',
|
id: 'connection-actions',
|
||||||
label: `<div>${getIcon('plus')}</div> <div>${getIcon('trash')}</div>`,
|
label: `<div>${getIcon('plus')}</div> <div>${getIcon('trash')}</div>`,
|
||||||
cssClass: 'connection-actions',
|
cssClass: 'connection-actions',
|
||||||
visible: true,
|
visible: false,
|
||||||
events: {
|
events: {
|
||||||
mousedown: () => {
|
mousedown: (e) => {
|
||||||
// this.__removeConnectionByConnectionInfo(info, true);
|
// this.__removeConnectionByConnectionInfo(info, true);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue