mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-15 14:58:53 -08:00
fix
This commit is contained in:
parent
1212eb9097
commit
a19f07cce0
|
@ -1409,7 +1409,7 @@ export default mixins(
|
|||
enterTimer = setTimeout(() => {
|
||||
enterTimer = undefined;
|
||||
activeConnection = info.connection;
|
||||
CanvasHelpers.showConnectionActions(info.connection);
|
||||
CanvasHelpers.showConectionActions(info.connection);
|
||||
}, 150);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue