diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-22 09:29:56 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-22 09:29:56 +0300 |
| commit | 735276fe213f9d640c226dbd8cf9730bc7e620bb (patch) | |
| tree | 330c26fb0527b6348f1a71e148e8e8b5863e297c /internal/ui/keyhandlers.go | |
| parent | 1888b70cf4981cabaef0b6e33e0ae9982d3a788e (diff) | |
Fix task operation cancellation for lq0
Diffstat (limited to 'internal/ui/keyhandlers.go')
| -rw-r--r-- | internal/ui/keyhandlers.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/ui/keyhandlers.go b/internal/ui/keyhandlers.go index 0cfabec..16263db 100644 --- a/internal/ui/keyhandlers.go +++ b/internal/ui/keyhandlers.go @@ -184,6 +184,7 @@ func (m *Model) handleQuitKey() (tea.Model, tea.Cmd) { m.reloadAndReport() return m, nil } + m.cancelTaskOperations() return m, tea.Quit } |
