summaryrefslogtreecommitdiff
path: root/internal/hexaiaction/tui_custom.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/hexaiaction/tui_custom.go')
-rw-r--r--internal/hexaiaction/tui_custom.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/hexaiaction/tui_custom.go b/internal/hexaiaction/tui_custom.go
index 91d4b81..fe32588 100644
--- a/internal/hexaiaction/tui_custom.go
+++ b/internal/hexaiaction/tui_custom.go
@@ -34,6 +34,7 @@ func RunTUIWithCustom(customs []appconfig.CustomAction, menuHotkey string) (Acti
return ActionSkip, err
}
if mm, ok := md.(model); ok {
+ // If user chose built-in items (including Custom prompt), return immediately.
if mm.chosen != ActionCustom {
return mm.chosen, nil
}