rename const

This commit is contained in:
Mutasem 2021-10-21 14:25:53 +02:00
parent d0cb481e82
commit b3ecea0e8d

View file

@ -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);
}
}