editor: Fix bad hide_mouse_cursor
call in find_all_references
(#28810)
Release Notes: - N/A
This commit is contained in:
parent
06ad45ce08
commit
5619a3e618
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue