diff --git a/src/components/stashmsg.rs b/src/components/stashmsg.rs index 5f290a58..ce00fdfe 100644 --- a/src/components/stashmsg.rs +++ b/src/components/stashmsg.rs @@ -61,6 +61,9 @@ impl Component for StashMsgComponent { ) .is_ok() { + self.input.clear(); + self.hide(); + self.queue.borrow_mut().push_back( InternalEvent::Update(NeedsUpdate::ALL), );