We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8364b98 + f14a4f9 commit fde62b7Copy full SHA for fde62b7
bubbletea/bubbletea.go
@@ -25,7 +25,7 @@ func (b BubbleTea) Init() tea.Cmd {
25
func (b BubbleTea) Update(msg tea.Msg) (tea.Model, tea.Cmd) { //nolint:golint,ireturn
26
keyMsg, ok := msg.(tea.KeyMsg)
27
if !ok {
28
- return b, tea.Quit
+ return b, nil
29
}
30
31
switch keyMsg.String() {
0 commit comments