mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-28 05:59:42 -08:00
rename const
This commit is contained in:
parent
d0cb481e82
commit
b3ecea0e8d
|
@ -1341,7 +1341,7 @@ export default mixins(
|
|||
const lastSelectedConnection = this.lastSelectedConnection;
|
||||
if (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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue