From 3bdfd62e1af636725d2c6e6013c757db60d75b23 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Tue, 16 Jul 2019 06:20:05 +0000 Subject: [PATCH] Add TODO --- LayoutLink.js | 1 + 1 file changed, 1 insertion(+) 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;