Request focus while navigating to expected declaration #KT-18490 Fixed
This commit is contained in:
@@ -35,5 +35,5 @@ fun getExpectedDeclarationTooltip(declaration: KtDeclaration): String? {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun navigateToExpectedDeclaration(declaration: KtDeclaration) {
|
fun navigateToExpectedDeclaration(declaration: KtDeclaration) {
|
||||||
declaration.expectedDeclarationIfAny()?.navigate(false)
|
declaration.expectedDeclarationIfAny()?.navigate(/* request focus = */true)
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user