fix: show spinner when reloading with 'r' key

This commit is contained in:
yadneshx17 2026-06-23 18:07:10 +05:30
commit 646bb34eeb

View file

@ -229,6 +229,7 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
return m, cmd
}
m.stash.markdowns = nil
m.stash.loaded = false // reset load state
return m, m.Init()
}