mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
rename const
This commit is contained in:
parent
d0cb481e82
commit
b3ecea0e8d
|
@ -1341,7 +1341,7 @@ export default mixins(
|
||||||
const lastSelectedConnection = this.lastSelectedConnection;
|
const lastSelectedConnection = this.lastSelectedConnection;
|
||||||
if (lastSelectedConnection) {
|
if (lastSelectedConnection) {
|
||||||
const [diffX] = getConnectorLengths(lastSelectedConnection);
|
const [diffX] = getConnectorLengths(lastSelectedConnection);
|
||||||
if (diAX MINIMUM_X_TO_PUSH_DOWNSTREAM_NODES) {
|
if (diffX <= MAX_X_TO_PUSH_DOWNSTREAM_NODES) {
|
||||||
this.pushDownstreamNodes(lastSelectedNode.name, _PUSH_NODES_LENGTH);
|
this.pushDownstreamNodes(lastSelectedNode.name, _PUSH_NODES_LENGTH);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue