mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
close stashmsg popup correctly
This commit is contained in:
parent
1f5706fa0c
commit
3bd01b324d
1 changed files with 3 additions and 0 deletions
|
|
@ -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),
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue