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.
1 parent fdd3976 commit 1d64f86Copy full SHA for 1d64f86
internal/tui/tui.go
@@ -134,7 +134,6 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
134
command = command.SetShowing(true)
135
m.command = &command
136
return m, nil
137
- return m, nil
138
} else if key.Matches(msg, m.keys.Next) {
139
if m.slide.Next == nil || m.slide.ActiveTransition != nil && m.slide.ActiveTransition.Animating() {
140
0 commit comments