WEB-68038 Vue: Resolving of global component asks choose declaration

GitOrigin-RevId: c074036e25636a884a3f5ab5a6dc89f3364f7f28
This commit is contained in:
Piotr Tomiak
2024-09-17 16:37:05 +02:00
committed by intellij-monorepo-bot
parent 88e7feabc8
commit f5cfb35bc8

View File

@@ -117,6 +117,7 @@ internal open class WebSymbolMatchImpl private constructor(
if (nameSegments.size == 1)
nameSegments[0].symbols.asSequence()
.flatMap { it.getNavigationTargets(project) }
.distinct()
.toList()
else emptyList()