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"),