mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
WEB-68038 Vue: Resolving of global component asks choose declaration
GitOrigin-RevId: c074036e25636a884a3f5ab5a6dc89f3364f7f28
This commit is contained in:
committed by
intellij-monorepo-bot
parent
88e7feabc8
commit
f5cfb35bc8
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user