Fix profile picture initial state & no image.

This commit is contained in:
Thomas Mathews 2022-12-24 05:49:40 -08:00
parent 2288afbba3
commit 153d69f33d
3 changed files with 4 additions and 6 deletions

View file

@ -70,6 +70,7 @@ async function webapp_init() {
// WARNING Order Matters!
init_message_textareas();
view_show_spinner(true);
redraw_my_pfp(model);
document.addEventListener('visibilitychange', () => {
update_title(model);
});