diff --git a/applications/tari_console_wallet/src/ui/components/send_tab.rs b/applications/tari_console_wallet/src/ui/components/send_tab.rs index aff7023710..845abbfff4 100644 --- a/applications/tari_console_wallet/src/ui/components/send_tab.rs +++ b/applications/tari_console_wallet/src/ui/components/send_tab.rs @@ -721,8 +721,10 @@ impl Component for SendTab { } fn on_esc(&mut self, _: &mut AppState) { + self.edit_contact_mode = ContactInputMode::None; self.send_input_mode = SendInputMode::None; self.show_contacts = false; + self.show_edit_contact = false; } fn on_backspace(&mut self, _app_state: &mut AppState) {