We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca78ac1 commit c30d708Copy full SHA for c30d708
src/Code/CodebaseTree.elm
@@ -328,7 +328,7 @@ viewNamespaceListing viewConfig openDefinitions expandedNamespaceListings (Names
328
hasOpenDefinitions =
329
openDefinitions
330
|> FQNSet.toList
331
- |> List.any (\fqn -> FQN.isSuffixOf fqn name && not (FQN.equals fqn name))
+ |> List.any (\openFqn -> FQN.isSuffixOf name openFqn && not (FQN.equals openFqn name))
332
in
333
div [ class "subtree" ]
334
[ a
0 commit comments