This commit is contained in:
Ian Gulliver
2019-07-16 06:20:05 +00:00
parent 87f8d6edd8
commit 3bdfd62e1a

View File

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