From 835651fc081659da32f1ead9ee11af9bf451d58e Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Mon, 25 Aug 2025 10:25:33 -0400 Subject: [PATCH] Remove conditionals reintroduced by mistake in the merge Co-authored-by: David Kleingeld --- crates/editor/src/hover_links.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/editor/src/hover_links.rs b/crates/editor/src/hover_links.rs index d5afa6d495..15366f49b3 100644 --- a/crates/editor/src/hover_links.rs +++ b/crates/editor/src/hover_links.rs @@ -426,8 +426,6 @@ pub fn update_inlay_link_and_hover_points( } if let Some((language_server_id, location)) = 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 let filename = location