You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}constleftDeepest=deepestCommonLevel(left.treePath,treePath);constrightDeepest=deepestCommonLevel(right.treePath,treePath);// TODO: consider the distance between left and right nodes rather than just the deepest common nodereturn(leftDeepest>rightDeepest) ? left : right;}
The text was updated successfully, but these errors were encountered:
https://api.github.com/acenturyandabit/workflowish/blob/56743892ae1027ef1f6a73bdd724b8d6dde8dac5/src/Workflowish/mvc/DFSFocus.tsx#L185
The text was updated successfully, but these errors were encountered: