Cleanup spinners and messages on progress end
This commit is contained in:
parent
aca9d73fe4
commit
ee80fa8ea9
1 changed files with 3 additions and 0 deletions
|
@ -328,6 +328,9 @@ impl Application {
|
|||
editor_view.spinners_mut().get_or_create(server_id).stop();
|
||||
}
|
||||
self.editor.clear_status();
|
||||
|
||||
// we want to render to clear any leftover spinners or messages
|
||||
self.render();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue