Remove conditionals reintroduced by mistake in the merge
Co-authored-by: David Kleingeld <davidsk@zed.dev>
This commit is contained in:
parent
267e44e513
commit
835651fc08
1 changed files with 0 additions and 2 deletions
|
@ -426,8 +426,6 @@ pub fn update_inlay_link_and_hover_points(
|
||||||
}
|
}
|
||||||
if let Some((language_server_id, location)) =
|
if let Some((language_server_id, location)) =
|
||||||
part.location.clone()
|
part.location.clone()
|
||||||
&& secondary_held
|
|
||||||
&& !editor.has_pending_nonempty_selection()
|
|
||||||
{
|
{
|
||||||
// When there's no tooltip but we have a location, perform a "Go to Definition" style operation
|
// When there's no tooltip but we have a location, perform a "Go to Definition" style operation
|
||||||
let filename = location
|
let filename = location
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue