diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 6bda454847e4de6f1da76956eb89230475525581..3961e7e75aaf4e0523dbb0b25d1ff3e213de7c01 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 { .. } => {