diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index af82a69f35b0a72002e0d6bef51102bb0b1d673d..dbdca99dd8ebeb3904e60ec8d11d3e5787384154 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -5716,7 +5716,7 @@ impl Editor { self.discard_inline_completion(false, cx); let multibuffer_point = match &action.deployed_from { - Some(CodeActionSource::Indicator(row)) => { + Some(CodeActionSource::Indicator(row)) | Some(CodeActionSource::RunMenu(row)) => { DisplayPoint::new(*row, 0).to_point(&snapshot) } _ => self.selections.newest::(cx).head(),