diff --git a/choose/command.go b/choose/command.go index 7d74485..89c25bd 100644 --- a/choose/command.go +++ b/choose/command.go @@ -76,7 +76,6 @@ func (o Options) Run() error { WithWidth(width). WithShowHelp(o.ShowHelp). WithTheme(theme). - WithTimeout(o.Timeout). Run() if err != nil { return err @@ -102,7 +101,6 @@ func (o Options) Run() error { WithWidth(width). WithTheme(theme). WithShowHelp(o.ShowHelp). - WithTimeout(o.Timeout). Run() if err != nil { return err