Editor: tweak label for "Go to implementation" tabs (#8201)

No release notes as this is a followup to #7890 
Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2024-02-22 17:06:25 +01:00 committed by GitHub
parent 20b10fdca9
commit fa2c92d190
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 4 deletions

View file

@ -138,7 +138,7 @@ impl Editor {
cx.focus(&self.focus_handle);
}
self.navigate_to_hover_links(hovered_link_state.links, modifiers.alt, cx);
self.navigate_to_hover_links(None, hovered_link_state.links, modifiers.alt, cx);
return;
}
}