Skip to content

Commit

Permalink
fix(lsp): return true if scrolling succeeded
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 27, 2022
1 parent 0daa539 commit 5750c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/noice/source/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function M.scroll(delta)
local win = message:win()
if win then
Util.nui.scroll(win, delta)
return
return true
end
end
end
Expand Down

0 comments on commit 5750c09

Please sign in to comment.