mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 04:36:07 +00:00
fix: lint
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
@@ -702,7 +702,7 @@ func (m Model) updateAsModel(msg tea.Msg) Model {
|
||||
break
|
||||
}
|
||||
|
||||
switch msg.Button { //nolint:exhaustive
|
||||
switch msg.Button {
|
||||
case tea.MouseWheelDown:
|
||||
m.LineDown(m.MouseWheelDelta)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user