mirror of https://github.com/helix-editor/helix
Cleanup spinners and messages on progress end
parent
aca9d73fe4
commit
ee80fa8ea9
|
@ -328,6 +328,9 @@ impl Application {
|
||||||
editor_view.spinners_mut().get_or_create(server_id).stop();
|
editor_view.spinners_mut().get_or_create(server_id).stop();
|
||||||
}
|
}
|
||||||
self.editor.clear_status();
|
self.editor.clear_status();
|
||||||
|
|
||||||
|
// we want to render to clear any leftover spinners or messages
|
||||||
|
self.render();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue