diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 6bda454847..3961e7e75a 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -1723,6 +1723,7 @@ impl Editor { new_anchor.offset, ); }); + editor.hide_signature_help(cx, SignatureHelpHiddenBy::Escape); } } EditorEvent::Edited { .. } => {