From 89b944d9c06cd31a7efab2939cc9766fee49a401 Mon Sep 17 00:00:00 2001 From: bashbunni Date: Mon, 14 Jul 2025 19:03:40 -0700 Subject: [PATCH] chore: remove TODO comments --- internal/tui/components/dialogs/quit/keys.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/tui/components/dialogs/quit/keys.go b/internal/tui/components/dialogs/quit/keys.go index 53709515f6245c5c47567b35a1de898635ab395e..a5baf8040449a0e82cc7f2edf2172474632402ce 100644 --- a/internal/tui/components/dialogs/quit/keys.go +++ b/internal/tui/components/dialogs/quit/keys.go @@ -32,8 +32,6 @@ func DefaultKeyMap() KeyMap { key.WithKeys("n", "N"), key.WithHelp("n", "No"), ), - // TODO I think we can remove this. We don't have tab to toggle in Huh's - // confirm dialogue. Tab: key.NewBinding( key.WithKeys("tab"), key.WithHelp("tab", "toggle"),