diff --git a/LayoutLink.js b/LayoutLink.js index 445eeac..7d308db 100644 --- a/LayoutLink.js +++ b/LayoutLink.js @@ -209,6 +209,7 @@ class LayoutLink { } // TODO: cheaper if we overlap with other links with the same label? + // TODO: don't overlap with links not with the same label if (score < minScore) { minScore = score;