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