editor: Fix bad hide_mouse_cursor call in find_all_references (#28810)

Release Notes:

- N/A
This commit is contained in:
Smit Barmase 2025-04-16 02:02:54 +05:30 committed by GitHub
parent 06ad45ce08
commit 5619a3e618
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13723,8 +13723,6 @@ impl Editor {
window: &mut Window,
cx: &mut Context<Self>,
) -> Option<Task<Result<Navigated>>> {
self.hide_mouse_cursor(&HideMouseCursorOrigin::TypingAction);
let selection = self.selections.newest::<usize>(cx);
let multi_buffer = self.buffer.read(cx);
let head = selection.head();