acenturyandabit / acenturyandabit/workflowish
consider the distance between left and right nodes rather than just the deepest ...
Abierto
todo
- Lenguaje dominante
- TypeScript
- Estrellas
- 0
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
https://api.github.com/acenturyandabit/workflowish/blob/56743892ae1027ef1f6a73bdd724b8d6dde8dac5/src/Workflowish/mvc/DFSFocus.tsx#L185
```javascript
}
const leftDeepest = deepestCommonLevel(left.treePath, treePath);
const rightDeepest = deepestCommonLevel(right.treePath, treePath);
// TODO: consider the distance between left and right nodes rather than just the deepest common node
return (leftDeepest > rightDeepest) ? left : right;
}
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.