This commit is contained in:
Yadnesh 2026-08-04 18:41:34 +04:00 committed by GitHub
commit 0d4f7b36e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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()
}